File: liesIn-methods.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 (23 lines) | stat: -rw-r--r-- 672 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
\name{liesIn-methods}
\docType{methods}
\alias{liesIn-methods}
\alias{liesIn}
\alias{liesIn,EuclideanSpace,numeric-method}
\alias{liesIn,Naturals,numeric-method}
\title{ Methods for Function liesIn in Package `distr' }
\description{liesIn-methods}
\section{Methods}{\describe{
    \item{liesIn}{\code{signature(object = "EuclideanSpace", x =
	"numeric")}}:
    
    Does a particular vector lie in this space or not?
    \item{liesIn}{\code{signature(object = "Naturals", x =
	"numeric")}}:
    
    Does a particular vector only contain naturals?}
  }
\keyword{distribution}
\keyword{methods}
\concept{space}
\concept{S4 space class}
\concept{set}