https://github.com/cran/SoDA
Revision e3fb24ebd97f7686caee78bcef4e558b908a465e authored by jmc on 01 December 2007, 00:00:00 UTC, committed by Gabor Csardi on 01 December 2007, 00:00:00 UTC
1 parent 1c016a1
Raw File
Tip revision: e3fb24ebd97f7686caee78bcef4e558b908a465e authored by jmc on 01 December 2007, 00:00:00 UTC
version 0.97-1
Tip revision: e3fb24e
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