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.card.game-methods.Rd
\name{as.card.game-methods}
\docType{methods}
\alias{as.card.game}
\alias{as.card.game-methods}
\alias{as.card.game,card.set.func-method}
\alias{as.card.game,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 = "card.set.func" }{Returns an object of class \code{card.game}.}

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

\keyword{methods}
%\keyword{ ~~ other possible keyword(s)}
back to top