File: replValue-class.Rd

package info (click to toggle)
rmatrix 0.9975-6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,136 kB
  • ctags: 2,162
  • sloc: ansic: 35,914; makefile: 225; fortran: 151; sh: 67
file content (22 lines) | stat: -rw-r--r-- 776 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\name{replValue-class}
\docType{class}
\alias{replValue-class}
%% >>>>>>> The  "[<-" methods are in ./Subassign-methods.Rd
\title{Virtual Class "replValue" - Simple Class for subassignment Values}
\description{The class \code{"replValue"} is a virtual class used for
  values in signatures for sub-assignment of \pkg{"Matrix"} matrices.

  In fact, it is a simple class union  (\code{\link{setClassUnion}}) of
  \code{"numeric"} and \code{"logical"} (and maybe \code{"complex"} in
  the future).
}
\section{Objects from the Class}{Since it is a virtual Class, no objects
  may be created from it.}
\seealso{
  %% FIXME: bug in Rdconv needs '[Matrix]' below:
  \code{\link[Matrix]{Subassign-methods}}, also for examples.
}
\examples{
showClass("replValue")
}
\keyword{classes}