#' @export
plot.pcadata <- function(x, ...) {
plotPoints(x, ...)
}
#' @export
plot.pcoadata <- function(x, ...) {
plotPoints(x, ...)
}
#' @export
plot.nmdsdata <- function(x, ...) {
plotPoints(x, ...)
}
#' @export
plot.cdadata <- function(x, ...) {
plotPoints(x, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.