dimensio 0.14.1
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
Bugfixes & changes
- marginand- axesarguments of- viz_ellipses(),- viz_tolerance(),- viz_confidence()and- viz_hull()were removed.
These values are automatically set from the last call to- viz_rows()/- viz_individuals()or- viz_columns()/- viz_variables().
dimensio 0.13.0
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.12.0
Bugfixes & changes
- Fix legend in viz_individuals().
Internals
dimensio 0.11.0
New classes and methods
- Add describe()to quickly describe aMultivariateAnalysisobject.
- Add viz_ellipses()to draw tolerance/confidence
ellipses.
Enhancements
- viz_rows()and- viz_individuals()gained a
new- ellipseargument to draw tolerance/confidence
ellipses.
- viz_rows()and- viz_individuals()gained a
new- hullargument to draw convex hulls.
- ca(),- mca()and- pca()gained
a new- autodetectargument 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.1
Bugfixes & changes
- Fix ellipses default border color.
dimensio 0.10.0
New classes and methods
- Add export()to create a Zip archive of all results in
CSV format.
Enhancements
Internals
- Compute the position and draw only the labels in the plotting
region.
- Add type checking of arguments.
dimensio 0.9.0
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.1
Internals
- Use palette functions from khroma.
dimensio 0.8.0
Enhancements
- Improve aesthetic mapping in scatterplots.
- Faster computation of non-overlapping labels.
Internals
- Store supplementary variables in a list in
MultivariateAnalysisobject.
dimensio 0.7.0
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
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.
Breaking changes
- plot_*()methods are now defunct (deprecated in
v0.4.0).
dimensio 0.5.0
New classes and methods
- Add cdt()to compute the complete disjunctive table of
a factor table.
- Add burt()to compute the Burt table of a factor
table.
- Add mca()to compute multiple correspondence
analysis.
Enhancements
- biplot()allows to produce a symetric CA biplot.
- Set graphical parameters as arguments in biplot().
- Add automatic legend in biplot().
Internals
dimensio 0.4.1
Bugfixes & changes
- Put ...after required arguments.
Enhancements
- viz_individuals(),- viz_row(),- viz_variables(),- viz_columns()and- biplot()gained new arguments allowing set the x and y
limits of the plot.
dimensio 0.4.0
New classes and methods
- Add screeplot()to produce a scree plot.
- Add viz_*()methods to replaceplot_*()methods.
Bugfixes & changes
- Deprecate plot_*()methods. The internal use of
ggplot2 is poorly interoperable or composable. This
will reduces hard dependencies.
dimensio 0.3.1
Bugfixes & changes
- Fix rownames()andcolnames()for S3
generic/method consistency.
dimensio 0.3.0
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_rowsand- plot_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
New classes and methods
- Add bootstrap()andjackknife()methods
fornumericandintegervectors.
Bugfixes & changes
- Fix sign of singular vectors for consistency with
FactoMineR.
Internals
- Add BootstrapVectorandJackknifeVectorclasses to store bootstrap and jackknife resampling values (inherit from
basenumeric).
dimensio 0.2.1
Bugfixes & changes
- Fix row names in build_results(). When initializing aMultivariateResultsobject with supplementary observations,
the row names of thestandardandcontributionsmatrices were incorrect (computation moves
all supplementary points at the end of the results).
dimensio 0.2.0
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().
dimensio 0.1.0