-
ticksnow accepts"all"(a break at every integer coordinate) or alist(x=, y=)for explicit per-axis breaks, in bothdesplot()andggdesplot().TRUE/FALSEbehave as before. (P.Schmidt) -
New argument
panel.border(defaultTRUE) toggles the panel border and axis lines, in bothdesplot()andggdesplot(). SetFALSEfor a cleaner field map. (P.Schmidt) -
ggdesplot()now leaves cells with a missing value empty, asdesplot()does. Previously they were filled with the ggplot2 default grey, which lies inside the range of the default red-gray-blue scale and so looked like a mid-range value. (P.Schmidt) -
ggdesplot()no longer draws a spuriousno_colorlegend whentextornumis used withoutcol. (P.Schmidt) -
ggdesplot()now facets on every conditioning variable in a formula such asyield ~ col*row | site + rep. Previously only the first was used and the others were silently dropped, overplotting cells. (P.Schmidt) -
ggdesplot()namedcol.regionsandcol.textnow fall back to positional matching (as the warning states) when some factor levels are unnamed, instead of leaving cells uncolored. (P.Schmidt) -
ggdesplot()now positionsnum/textlabels correctly when the formula has no left-hand side (no fill variable, e.g.~ col*row | block). Previously the labels on the outer cells were clipped at the panel border because, without a filled tile, the half-cell extent was never established. (P.Schmidt) -
Switch to MIT license.
-
Documentation pages now created via Github Actions.
-
Fix the checking for multiple cell values when there are 2 panel factors.
-
New support for
aspectwithggdesplot(). (P.Schmidt) -
New support for named colors (P.Schmidt).
-
Deprecated syntax
desplot(formula,data). Usedesplot(data, formula)instead.
-
One-row panels no longer have whitespace. Issue #9.
-
Replace
aes_string(x=x.string)withaes(x=.data[[x.string]])etc.
-
Tweaks to
ggdesplotoutput. -
Remove LazyData from DESCRIPTION.
-
Bug fix for
dqwith multiple panels. -
Use
inheritsto check class #4.
- Please use
desplot(data,formula)instead ofdesplot(formula,data).
- New argument
dqfor showing data quality on heatmaps.
-
Beta version of
ggdesplot()to createggplot2graphics. -
New argument
subsetto subset data before analysis.
- Bug fix.
- Now using
testthatandcovrpackages.
- New function argument
midpoint="median"uses the median to determine the midpoint for the ribbon. Previously, the midpoint was halfway between the minimum and maximum data values.
- The
desplotpackage has been split off from theagridatpackage.
- Original creation of function.