Diff of /man/plot.pRRopheticCv.Rd [000000] .. [494cbf]

Switch to unified view

a b/man/plot.pRRopheticCv.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/pRRophetic.R
3
\name{plot.pRRopheticCv}
4
\alias{plot.pRRopheticCv}
5
\title{Plot "pRRopheticCv" object.}
6
\usage{
7
plot.pRRopheticCv(cvOutData)
8
}
9
\arguments{
10
\item{cvOutData}{an object of class "pRRopheticCv", i.e. the outpout of the "predictionAccuracyByCv()" function}
11
}
12
\value{
13
plot.pRRopheticCv
14
}
15
\description{
16
Given an object of class "pRRopheticCv", plot the cross validation
17
predicted values against the measured values. Also plots a regression
18
line.
19
}
20
\author{
21
Paul Geeleher, Nancy Cox, R. Stephanie Huang
22
}
23
\keyword{internal}