get_param: Parameters of a breedR component

View source: R/AllGeneric.R

get_paramR Documentation

Parameters of a breedR component

Description

Parameters of a breedR component

Usage

get_param(x)

## S3 method for class 'remlf90'
get_param(x)

## S3 method for class 'breedr_modelframe'
get_param(x)

## S3 method for class 'effect_group'
get_param(x)

## S3 method for class 'spatial'
get_param(x)

Arguments

x

Some breedR component.

Methods (by class)

  • get_param(remlf90): Get the param from a remlf90 object

  • get_param(breedr_modelframe): Get the param from a breedr_modelframe object. Internal function.

  • get_param(effect_group): Get the param from a effect_group object. Internal function.

  • get_param(spatial): Get the param from a spatial object


famuvie/breedR documentation built on Aug. 6, 2024, 9:10 p.m.