Releases: easystats/see
see 0.7.2
Changes
-
Added
aesthetics
argument to allcolor
andfill
scale functions so that
the same scale can be applied to multiple aesthetics and so that the functions
can be used with other aesthetics from other packages (e.g.,edge_color
). -
Added Okabe-Ito color palette (
palette_okabeito
,scale_color_okabeito()
)
etc.) -
Several minor improvements.
Bug fixes
- Fixed CRAN check issues.
see 0.6.7
General
-
check_model()
function now uses patchwork instead of gridExtra to
arrange plots in a grid. -
Reduced/removed some package dependencies.
-
Revise
plot()
forbayestestR::bayesfactor()
to meet forthcoming changes in
the bayestestR package.
New features
-
New functions
geom_from_list
andgeoms_from_list
to create geoms from
lists. -
Plotting for normality check is now supported for
afex_aov
models.
Bug fixes
- Fixed issue that argument
show_intercept
is no longer ignored inplot()
forrope()
.
see 0.5.2
on CRAN
see 0.5.1
rd
see 0.2.1
General
-
More comprehensive examples available from the
package-website. -
Added new color-palettes.
New plot-functions
-
Added plot-function for
parameters::model_parameters()
. -
Added plot-function for
bayestestR::point_estimate()
.
Changes to functions
-
The
plot()
-method forbayestestR::bayesfactor_savagedickey()
gets a
rope_color
and arope_alpha
-argument to plot the "null"-interval, when the
null-hypothesis is a region of practical equivalence, and not just the
point-null. -
The
plot()
-method forperformance::binned_residuals()
now also allows to
modify size and colors of geoms (related arguments are in
performance::binned_residuals()
).
Bug fixes
- Fixed issue with dark themes and text color in facet headings.