https://github.com/cran/SoDA
Raw File
Tip revision: 698183c35adc80e5e08cb2ef09ed13dc3c445a97 authored by John M Chambers on 12 June 2014, 00:00:00 UTC
version 1.0-6
Tip revision: 698183c
track-class.Rd
\name{track-class}
\docType{class}
\alias{track-class}
\alias{track3-class}

\title{Class "track" ~~~ }
\description{Planar or 3-dimensional track objects Class \code{track3} contains \code{track}.}
\section{Objects from the Class}{
Objects conceived as being on a plane or in 3-space, representing samples from an observed track.
}
\section{Slots}{
	 \describe{
    \item{\code{x, y, z}:}{Objects of class \code{"numeric"} for the coordinates of the track. }
    
  }
}

\keyword{classes}
back to top