Learn R Programming

ypr (version 0.5.2)

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 parameters.

Methods (by class)

  • data.frame: Coerce data frame to ypr_populations

Examples

Run this code
as_ypr_populations(as.data.frame(ypr_populations(Rk = c(3, 4))))

Run the code above in your browser using DataLab