Correction of a bug in dissimilarity()
when data is a matrix object and formula is ~ .
.
Bug in chart$circ()
corrected when there are no labels.
Bug in augment()
for a Cluster object created from a transposed dataset in dissimilarity(...., transpose = TRUE)
corrected.
autoplot()
and chart()
for ca objects produced an error when rownames of the object are NULL
. Default rownames are now added to avoid this.mfa()
and chart()
for multiple factorial analysis added.
ca()
and chart()
for correspondence analysis added.
pca()
and chart()
for PCA added.
mds()
and associated methods and functions (shepard()
) added.
k_means()
, profile_k()
and associated methods added.
Methods scale()
for data.frame, data.table and tibble's tbl_df.
dissimilarity()
and cluster()
).SciViews::R
p <- chart(data = iris, Petal.Length ~ Petal.Width %col=% Species) +
geom_point() + geom_ellipse()
p <- p + theme_void() + hexSticker::theme_transparent()
p <- p + theme(legend.position = "none")
dir.create ("inst/figures", showWarnings = FALSE)
hexSticker::sticker(p, package = "exploreit", p_size = 9, s_x = 1, s_y = .75,
s_width = 1.3, s_height = 0.9, h_fill = "seagreen4", h_color = "darkgreen",
filename = "inst/figures/exploreit.png")
NEWS.md
file to track changes to the package.