File: internalGenerics.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 (27 lines) | stat: -rw-r--r-- 825 bytes parent folder | download
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
\name{internalGenerics}
\alias{internalGenerics}
\alias{distribution}
\alias{samplesize}
\alias{samplesize<-}
\title{Internal: Common Generics 'distribution' and 'samplesize', 'samplesize<-'}
\description{
  In order to be able to use packages \pkg{distrSim} and \pkg{distrMod}
  resp. \pkg{RobAStBase} independently,
  it is necessary to import the respective generic from a prior package, i.e.,
  \pkg{distr}.
  }
\usage{
distribution(object)
samplesize(object, ...)
samplesize(object) <- value
}
\arguments{
  \item{object}{ the first argument to dispatch on in the actual methods. }
  \item{value}{ the value to be assigned. }
  \item{\dots}{ additional arguments for function \code{samplesize}. }
}

\author{
  Peter Ruckdeschel \email{peter.ruckdeschel@uni-oldenburg.de}}

\keyword{internal}