dimensio 0.14.1
CRAN release: 2025-09-03
Bugfixes & changes
- Fix the order of the values when mapping an extra variable in
viz_individuals(). - Remove missing values in legends.
dimensio 0.14.0
CRAN release: 2025-05-20
Bugfixes & changes
-
marginandaxesarguments ofviz_ellipses(),viz_tolerance(),viz_confidence()andviz_hull()were removed. These values are automatically set from the last call toviz_rows()/viz_individuals()orviz_columns()/viz_variables().
dimensio 0.13.0
CRAN release: 2025-04-02
New classes and methods
- Add
export()method forPCOAclass. - Add
wrap_hull(),viz_hull()methods forPCOAclass. - Add
wrap_tolerance(),viz_tolerance()methods forPCOAclass. - Add
wrap_confidence(),viz_confidence()methods forPCOAclass.
Bugfixes & changes
- Fix legend in
biplot(). - Skip ellipse computation if there are less than three observations.
dimensio 0.11.0
CRAN release: 2025-01-09
New classes and methods
- Add
describe()to quickly describe aMultivariateAnalysisobject. - Add
viz_ellipses()to draw tolerance/confidence ellipses.
Enhancements
-
viz_rows()andviz_individuals()gained a newellipseargument to draw tolerance/confidence ellipses. -
viz_rows()andviz_individuals()gained a newhullargument to draw convex hulls. -
ca(),mca()andpca()gained a newautodetectargument to enable/disable automatic of numeric variables.
Bugfixes & changes
- Numeric variables are no longer automatically detected by default in
ca(),mca()andpca(). - Remove
loadings().
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
hightlightargument 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 forPCAclass. - 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_rowsandplot_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 forPCAandCAclasses. - Remove
bootstrap()andjackknife()methods fornumericandintegervectors.
dimensio 0.2.2
CRAN release: 2021-09-18
New classes and methods
- Add
bootstrap()andjackknife()methods fornumericandintegervectors.
dimensio 0.2.0
CRAN release: 2021-04-22
New classes and methods
- Add
bootstrap()for partial bootstrap analysis. - Add
BootstrapCAandBootstrapPCA: S4 classes to store partial bootstrap analysis.
Bugfixes & changes
- Rename
plot_individuals()andplot_variables()toplot_rows()andplot_columns(). - Remove
plot_eigenvalues().
