2
0
Fork 0
CVE/CVE/man/plot.cve.Rd

26 lines
659 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/CVE.R
\name{plot.cve}
\alias{plot.cve}
\title{Ploting helper for objects of class \code{"cve"}.}
\usage{
\method{plot}{cve}(x, ...)
}
\arguments{
\item{x}{Object of class \code{"cve"} (result of [cve()]).}
\item{...}{Pass through parameters to [plot()] and [lines()]}
\item{content}{Specifies what to plot:
\itemize{
\item "history" Plots the loss history from stiefel optimization.
\item ... TODO: add (if there are any)
}}
}
\description{
Ploting helper for objects of class \code{"cve"}.
}
\seealso{
see \code{\link{par}} for graphical parameters to pass through.
}