File: Symmetry-class.Rd

package info (click to toggle)
r-cran-distr 2.9.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,344 kB
  • sloc: ansic: 199; sh: 13; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,140 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\name{Symmetry-class}
\docType{class}
\alias{Symmetry-class}
\alias{show,Symmetry-method}
\alias{type}
\alias{type,Symmetry-method}
\alias{SymmCenter}
\alias{SymmCenter,Symmetry-method}

\title{Class of Symmetries}
\description{Class of symmetries of various objects.}
\section{Objects from the Class}{A virtual Class: No objects may be created from it.}
\section{Slots}{
  \describe{
    \item{\code{type}}{Object of class \code{"character"}:
      discribes type of symmetry. }
    \item{\code{SymmCenter}}{Object of class \code{"ANY"}:
      center of symmetry. }
  }
}
\section{Methods}{
  \describe{
    \item{type}{\code{signature(object = "Symmetry")}: 
      accessor function for slot \code{type}}

    \item{SymmCenter}{\code{signature(object = "Symmetry")}: 
      accessor function for slot \code{SymmCenter}}

    \item{show}{\code{signature(object = "Symmetry")}}
  }
}
%\references{}
\author{Matthias Kohl \email{Matthias.Kohl@stamats.de}}
%\note{}
\seealso{\code{\link{DistributionSymmetry-class}}, \code{\link{OptionalNumeric-class}}}
%\examples{}
\concept{symmetry}
\keyword{classes}