https://github.com/cran/SoDA
Revision 1c016a1d9d1dc7690f7c256204f737661d261cb0 authored by jmc on 20 September 2007, 00:00:00 UTC, committed by Gabor Csardi on 20 September 2007, 00:00:00 UTC
0 parent
Raw File
Tip revision: 1c016a1d9d1dc7690f7c256204f737661d261cb0 authored by jmc on 20 September 2007, 00:00:00 UTC
version 0.96
Tip revision: 1c016a1
plot-methods.Rd
\name{plot-methods}
\docType{methods}
\alias{plot-methods}
\alias{plot,track,missing-method}
\alias{plot,track3,missing-method}
\alias{show,track-method}
\alias{show,binaryRep-method}
\title{ Methods for Plot and show in the SoDA pacakge }
\description{
 Methods for plotting objects from the track classes.
}
\section{Methods}{
For plot:
\describe{

\item{x = "track", y = "missing"}{ Plots the points on the track.}

\item{x = "track3", y = "missing"}{ Codes slot \code{z} in the plotting character of the inherited method from class \code{track}.}
}
Also  show methods for class \code{track} and class \code{binaryRep}
}
\keyword{methods}
back to top