loading...
  • License changed to MIT
  • 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.
  • Added hex sticker (logo) with:

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")
  • Added a NEWS.md file to track changes to the package.