desplot 1.11 ()
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)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).
desplot 1.10 (2023-03-01)
CRAN release: 2023-03-09
One-row panels no longer have whitespace. Issue #9.
Replace
aes_string(x=x.string)withaes(x=.data[[x.string]])etc.
desplot 1.9 (2021-10-30)
CRAN release: 2021-10-29
Tweaks to
ggdesplotoutput.Remove LazyData from DESCRIPTION.
desplot 1.8 (2020-10-21)
CRAN release: 2020-10-21
Bug fix for
dqwith multiple panels.Use
inheritsto check class #4.
desplot 1.7 (2020-07-20)
CRAN release: 2020-07-20
- Please use
desplot(data,formula)instead ofdesplot(formula,data).
desplot 1.6 (2019-09-13)
CRAN release: 2019-09-13
- New argument
dqfor showing data quality on heatmaps.
desplot 1.5 (2019-04-04)
CRAN release: 2019-04-03
Beta version of
ggdesplot()to createggplot2graphics.New argument
subsetto subset data before analysis.
desplot 1.1 (2016-12-18)
CRAN release: 2016-12-18
- 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.
