2019-09-16 09:15:51 +00:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
2019-11-22 08:32:14 +00:00
|
|
|
% Please edit documentation in R/plot.R
|
2019-09-16 09:15:51 +00:00
|
|
|
\name{plot.cve}
|
|
|
|
\alias{plot.cve}
|
2019-10-22 08:33:41 +00:00
|
|
|
\title{Loss distribution elbow plot.}
|
2019-09-16 09:15:51 +00:00
|
|
|
\usage{
|
2019-10-18 07:06:36 +00:00
|
|
|
\method{plot}{cve}(x, ...)
|
2019-09-16 09:15:51 +00:00
|
|
|
}
|
|
|
|
\arguments{
|
2019-10-18 07:06:36 +00:00
|
|
|
\item{x}{Object of class \code{"cve"} (result of [\code{\link{cve}}]).}
|
2019-09-16 09:15:51 +00:00
|
|
|
|
2019-10-18 07:06:36 +00:00
|
|
|
\item{...}{Pass through parameters to [\code{\link{plot}}] and
|
|
|
|
[\code{\link{lines}}]}
|
2019-09-16 09:15:51 +00:00
|
|
|
}
|
|
|
|
\description{
|
2019-11-20 18:03:21 +00:00
|
|
|
Boxplots of the loss from \code{min.dim} to \code{max.dim} \code{k} values.
|
2019-09-16 09:15:51 +00:00
|
|
|
}
|
|
|
|
\seealso{
|
|
|
|
see \code{\link{par}} for graphical parameters to pass through
|
2019-10-18 07:06:36 +00:00
|
|
|
as well as \code{\link{plot}}, the standard plot utility.
|
2019-09-16 09:15:51 +00:00
|
|
|
}
|