https://github.com/cran/kappalab
Raw File
Tip revision: 04797bea4a817fcf6daff673777d0c2fc5ae2c45 authored by Ivan Kojadinovic on 07 November 2023, 20:20:02 UTC
version 0.4-12
Tip revision: 04797be
as.game-methods.Rd
\name{as.game-methods}
\docType{methods}
\alias{as.game}
\alias{as.game-methods}
\alias{as.game,set.func-method}
\alias{as.game,card.game-method}

\title{Coercion method}

\description{Creates \bold{if possible} a new object of the desired class from the old object.}

\section{Methods}{
\describe{

\item{object = "set.func" }{Returns an object of class \code{game}.}

\item{object = "card.game" }{Returns an object of class \code{game}.}
}}
\keyword{methods}
%\keyword{ ~~ other possible keyword(s)}
back to top