Learn R Programming

ypr (version 0.4.0)

as_ypr_populations: Coerce to a Populations Parameter Object

Description

Coerce to a Populations Parameter Object

Usage

as_ypr_populations(x, ...)

# S3 method for data.frame as_ypr_populations(x, ...)

Arguments

x

The object to coerce.

...

Unused.

Methods (by class)

  • data.frame: Coerce data frame to ypr_populations

Examples

Run this code
# NOT RUN {
as_ypr_populations(as.data.frame(ypr_populations(Rk = c(3, 4))))
# }

Run the code above in your browser using DataLab