dimensio-deprecated: Deprecated Functions in dimensio

dimensio-deprecatedR Documentation

Deprecated Functions in dimensio

Description

These functions still work but will be removed (defunct) in the next version.

Usage

stat_hull(
  mapping = NULL,
  data = NULL,
  geom = "polygon",
  position = "identity",
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE,
  ...
)

plot_rows(object, ...)

## S4 method for signature 'MultivariateAnalysis'
plot_rows(
  object,
  axes = c(1, 2),
  active = TRUE,
  sup = TRUE,
  alpha = NULL,
  colour = NULL,
  fill = NULL,
  shape = NULL,
  size = NULL,
  group = NULL
)

plot_columns(object, ...)

## S4 method for signature 'MultivariateAnalysis'
plot_columns(
  object,
  axes = c(1, 2),
  active = TRUE,
  sup = TRUE,
  alpha = NULL,
  colour = NULL,
  fill = NULL,
  shape = NULL,
  size = NULL,
  group = NULL
)

## S4 method for signature 'BootstrapPCA'
plot_columns(
  object,
  axes = c(1, 2),
  active = TRUE,
  sup = TRUE,
  alpha = NULL,
  colour = NULL,
  fill = NULL,
  shape = NULL,
  size = NULL,
  group = NULL
)

plot_individuals(object, ...)

## S4 method for signature 'PCA'
plot_individuals(
  object,
  axes = c(1, 2),
  active = TRUE,
  sup = TRUE,
  alpha = NULL,
  colour = NULL,
  fill = NULL,
  shape = NULL,
  size = NULL,
  group = NULL
)

plot_variables(object, ...)

## S4 method for signature 'PCA'
plot_variables(
  object,
  axes = c(1, 2),
  active = TRUE,
  sup = TRUE,
  alpha = NULL,
  colour = NULL,
  linetype = NULL,
  size = NULL,
  group = NULL
)

plot_variance(object, ...)

## S4 method for signature 'MultivariateAnalysis'
plot_variance(
  object,
  select = NULL,
  variance = TRUE,
  cumulative = TRUE,
  fill = "grey30",
  border = "grey10",
  colour = "red"
)

plot_contributions(object, ...)

## S4 method for signature 'MultivariateAnalysis'
plot_contributions(
  object,
  margin = 2,
  axes = 1,
  sort = TRUE,
  decreasing = TRUE,
  limit = 10,
  fill = "grey30",
  border = "grey10"
)

plot_cos2(object, ...)

## S4 method for signature 'MultivariateAnalysis'
plot_cos2(
  object,
  margin = 2,
  axes = c(1, 2),
  active = TRUE,
  sup = TRUE,
  sort = TRUE,
  decreasing = TRUE,
  limit = 10,
  fill = "grey30",
  border = "grey10"
)

dimensio documentation built on Nov. 25, 2023, 1:08 a.m.