2019-09-16 09:15:51 +00:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
% Please edit documentation in R/CVE.R
|
|
|
|
\name{plot.cve}
|
|
|
|
\alias{plot.cve}
|
2019-10-18 07:06:36 +00:00
|
|
|
\title{Creates a kink plot of the sample loss distribution over SDR dimensions.}
|
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-10-18 07:06:36 +00:00
|
|
|
Creates a kink plot of the sample loss distribution over SDR dimensions.
|
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
|
|
|
}
|