1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
\name{NoSymmetry}
\alias{NoSymmetry}
\title{Generating function for NoSymmetry-class}
\description{Generates an object of class \code{"NoSymmetry"}.}
\usage{NoSymmetry()}
%\details{}
\value{Object of class \code{"NoSymmetry"}}
%\references{}
\author{Matthias Kohl \email{Matthias.Kohl@stamats.de}}
%\note{}
\seealso{\code{\link{NoSymmetry-class}}, \code{\link{DistributionSymmetry-class}}}
\examples{
NoSymmetry()
## The function is currently defined as
function(){ new("NoSymmetry") }
}
\concept{symmetry}
\keyword{distribution}
|