Features

  • center.align.to.origin defaults to TRUE
  • Layering in ena.plot.networks controlled by parameter layers, defaults to nodes on top with c("edges", "nodes")
  • Position nodes on a unit circle (either on line from origin or equally spaced) or optimized (still the default)
  • Added export of Microsoft Word document from ena.writeup() => ena.writeup(set, type = 'file')

Bugs

Bugs

  • Removed Vignettes

Feature

  • Added option center.align.to.origin to ena.make.set(), when TRUE centers zero points to the origin (default: FALSE)

Bugs

  • Removed outline from plotted nodes in networks

Features

  • Weighting function now applied at the line level, not at the unit level

Bugs

  • Bug fix in window accumulation

Bugs

  • Removing test checking for output
  • Including ‘webshot’ as Suggests to fix for issues on CRAN

Features

  • Fix for updated r-devel to 4.0.0

Features

  • New ena() function for easier model generation
  • Updated default model object returned by all methods. See help for ena()
  • Custom S3 methods for removing meta data from data.frames on the ena model.
    • e.g. as.matrix(set$line.weights)

Bugs

  • Fixed bug in accumulation code for forward windows