jolars
released this
Major changes
eulerr()has been replaced witheuler()(see update 1.1.0) and made
defunct.- There are two new methods for
euler:euler.list()produces diagrams from a list of sample spaces.euler.table()produces diagrams from atableobject, as long as there
are no dimensions with values greater than 2.
plot.euler()has been rewritten (again) from the ground up to better match
other high-level functions from lattice. This change is intended to be
as smooth as possible and should not make much of a difference to most users.- Arguments
polygon_args,mar, andtext_argstoplot.euler()have been
made defunct.
Minor changes
plot.euler()handles conflicting arguments better.- c++ routines in
eulerrnow use registration. euler()now allows single sets (#9).- Labels in
plot.euler()now use a bold fontface by default in order to
distinguish them from the typeface used for counts. - Argument
keyinplot.euler()has been deprecated and replaced with
auto.key. Notice that usingkeydoes not throw a warning since the
argument is used inlattice::xyplot()(whichplot.euler()relies on). - Argument
fill_opacityis softly deprecated and has been replaced with
fill_alphafor consistency with other lattice functions.
Bug fixes
borderargument inplot.euler()works again (#7).