viz_ellipses(x, ...)viz_hull(x, ...)
viz_confidence(x, ...)
viz_tolerance(x, ...)
# S4 method for MultivariateAnalysis
viz_ellipses(
x,
...,
group = NULL,
type = c("tolerance", "confidence"),
level = 0.95,
margin = 1,
axes = c(1, 2),
color = NULL,
fill = FALSE,
symbol = FALSE
)
# S4 method for MultivariateAnalysis
viz_tolerance(
x,
...,
margin = 1,
axes = c(1, 2),
group = NULL,
level = 0.95,
color = NULL,
fill = FALSE,
symbol = FALSE
)
# S4 method for BootstrapCA
viz_tolerance(
x,
...,
margin = 1,
axes = c(1, 2),
level = 0.95,
color = FALSE,
fill = FALSE,
symbol = FALSE
)
# S4 method for MultivariateAnalysis
viz_confidence(
x,
...,
margin = 1,
axes = c(1, 2),
group = NULL,
level = 0.95,
color = NULL,
fill = FALSE,
symbol = FALSE
)
# S4 method for BootstrapCA
viz_confidence(
x,
...,
margin = 1,
axes = c(1, 2),
level = 0.95,
color = FALSE,
fill = FALSE,
symbol = FALSE
)
# S4 method for MultivariateAnalysis
viz_hull(
x,
...,
margin = 1,
axes = c(1, 2),
group = NULL,
color = NULL,
fill = FALSE,
symbol = FALSE
)
# S4 method for BootstrapCA
viz_hull(
x,
...,
margin = 1,
axes = c(1, 2),
color = FALSE,
fill = FALSE,
symbol = FALSE
)