aes_string(x=x.string)
with
aes(x=.data[[x.string]])
etc.ggdesplot
output.dq
with multiple panels.inherits
to check class #4.desplot(data,formula)
instead of
desplot(formula,data)
.dq
for showing data quality on
heatmaps.Beta version of ggdesplot()
to create
ggplot2
graphics.
New argument subset
to subset data before
analysis.
testthat
and covr
packages.midpoint="median"
uses the median
to determine the midpoint for the ribbon. Previously, the midpoint was
halfway between the minimum and maximum data values. Use
midpoint=NULL
or midpoint="midrange"
to
restore the old behavior.desplot
package has been split off from the
agridat
package.