File: old-classes.Rd

package info (click to toggle)
r-cran-hexbin 1.28.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,784 kB
  • sloc: fortran: 334; ansic: 16; sh: 13; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\name{old-classes}
\title{Class "unit" and "viewport" as S4 classes}
%
\docType{class}
\alias{unit-class}
\alias{viewport-class}
%
\description{Package "hexbin" now uses S4 classes throughout and hence
  needs to \code{\link[methods]{setOldClass}} both \code{"unit"} and
  \code{"viewport"} (which are S3 classes from the \pkg{grid} package),
  in order to be able to use those in slots of its own classes.
}
\section{Objects from the Class}{A virtual Class: No objects may be
  created from it.}
\section{Extends}{
  Class \code{"oldClass"}, directly.
}
\section{Methods}{
  No methods defined with class "unit" in the signature.
}
% \seealso{
%               add link to grid ??
% }
\keyword{classes}