Changelog
Source:NEWS.md
dimensio 0.10.0
CRAN release: 2024-11-08
New classes and methods
- Add
export()
to create a Zip archive of all results in CSV format.
dimensio 0.9.0
CRAN release: 2024-08-26
New classes and methods
- Add
pcoa()
to compute principal coordinates analysis.
Enhancements
- Allow to display extra qualitative and quantitative variables in
viz_rows()
/viz_individuals()
andviz_columns()
/viz_variables()
.
Bugfixes & changes
- Deprecate
hightlight
argument ofviz_rows()
/viz_individuals()
andviz_columns()
/viz_variables()
.
dimensio 0.8.0
CRAN release: 2024-06-07
dimensio 0.7.0
CRAN release: 2024-04-09
Bugfixes & changes
- Fix highlighting in
viz_individuals()
andviz_row()
. - The default number of labeled points can now be changed in
viz_individuals()
,viz_row()
,viz_variables()
andviz_columns()
.
Enhancements
- Allow to highlight supplementary qualitative variables in
viz_individuals()
,viz_row()
,viz_variables()
andviz_columns()
.
dimensio 0.6.0
CRAN release: 2024-02-23
New classes and methods
- Add
predict()
method for MCA.
Bugfixes & changes
- By default,
viz_individuals()
,viz_row()
,viz_variables()
andviz_columns()
only display labels of the 10 observations contributing the most to the factorial map.
Enhancements
-
viz_contributions()
displays the expected average contribution. -
pca()
gained a new argument to specify supplementary qualitative variables.
dimensio 0.4.1
CRAN release: 2023-10-19
Enhancements
-
viz_individuals()
,viz_row()
,viz_variables()
,viz_columns()
andbiplot()
gained new arguments allowing set the x and y limits of the plot.
dimensio 0.4.0
CRAN release: 2023-08-23
New classes and methods
- Add
screeplot()
to produce a scree plot. - Add
viz_*()
methods to replaceplot_*()
methods.
dimensio 0.3.1
CRAN release: 2023-04-04
Bugfixes & changes
- Fix
rownames()
andcolnames()
for S3 generic/method consistency.
dimensio 0.3.0
CRAN release: 2022-08-15
New classes and methods
- Add
biplot()
to produce PCA and CA biplots. - Add
plot_individuals()
andplot_variables()
methods forPCA
class. - Add
tidy()
andaugment()
to get coordinates in tidy format with extra information. - Add
wrap_hull()
to compute convex hull around coordinates. - Add a ggplot2 layer:
stat_hull()
(thanks to ggplot2 documentation)
Enhancements
-
plot_rows
andplot_columns()
gained new arguments allowing to highlight additional information by varying different graphical elements. -
get_coordinates()
gained a new argument allowing to select principal or standard coordinates.
Breaking changes
- Remove
plot()
methods forPCA
andCA
classes. - Remove
bootstrap()
andjackknife()
methods fornumeric
andinteger
vectors.
dimensio 0.2.2
CRAN release: 2021-09-18
New classes and methods
- Add
bootstrap()
andjackknife()
methods fornumeric
andinteger
vectors.
dimensio 0.2.0
CRAN release: 2021-04-22
New classes and methods
- Add
bootstrap()
for partial bootstrap analysis. - Add
BootstrapCA
andBootstrapPCA
: S4 classes to store partial bootstrap analysis.
Bugfixes & changes
- Rename
plot_individuals()
andplot_variables()
toplot_rows()
andplot_columns()
. - Remove
plot_eigenvalues()
.