Files
2015-GCAT/R/GCAT/man/plot.data.Rd
T
2015-04-10 15:12:45 -05:00

29 lines
919 B
R
Executable File

% Generated by roxygen2 (4.0.2): do not edit by hand
\name{plot.data}
\alias{plot.data}
\title{plot.data}
\usage{
\method{plot}{data}(input.well, view.raw.data = F, unlog = F, scale = 1,
main = paste(plate.name(input.well), well.name(input.well)),
number.points = T, draw.symbols = F, constant.added, ylim, ...)
}
\arguments{
\item{input.well}{The well object that need to be plottedd}
\item{view.raw.data}{should the raw data be plotted? (}
\item{unlog}{should data be plotted on a linear (vs. logarithmic) scale?}
\item{scale}{determines the font scale for the entire graph. all cex values are calculated from this.}
\item{number.points}{should points be labeled with numeric indices?}
\item{draw.symbols}{- should <check.slopes> be called on the well and markings drawn on the graph?}
\item{...}{additional arguments passed to plot()}
}
\description{
Basic function plots time vs. OD from a well object
}