https://github.com/cran/kappalab
Raw File
Tip revision: 590c76be0a69e6754e1e38e2559be97df2dea3d8 authored by Ivan Kojadinovic on 16 July 2008, 00:00:00 UTC
version 0.4-3
Tip revision: 590c76b
Mobius.card.gen.Rd
\name{Mobius.card.set.func}
\alias{Mobius.card.set.func}


\title{Creates an object representing the M—bius transform of a cardinal set function.}

\description{Creates objects of class \code{Mobius.card.set.func}: from
  an object of class \code{numeric}.}

\usage{
Mobius.card.set.func(object)
}

\arguments{
   \item{object}{An object of class \code{numeric} containing the
    coefficients of the cardinal \enc{M—bius}{Mobius} representation. The coefficient
    at position \code{k} corresponds to the value of the cardinal
    \enc{M—bius}{Mobius} representation for subsets of size \code{k}.}
}

\value{
 Returns an object of class \code{Mobius.card.set.func}.
}


\seealso{
	\code{\link{Mobius.card.set.func-class}}.
}

\examples{
Mobius.card.set.func(4:-2)
}
\keyword{math}
back to top