creating.phenotypic.transform: Create a phenotypic transformation

Description Usage Arguments Value

View source: R/creating.phenotypic.transform.R

Description

Function to perform create a transformation of phenotypes

Usage

1
2
3
4
5
creating.phenotypic.transform(
  population,
  phenotypic.transform.function = NULL,
  trait = 1
)

Arguments

population

Population list

phenotypic.transform.function

Phenotypic transformation to apply

trait

Trait for which a transformation is to be applied data(ex_pop) trafo <- function(x) return(x^2) ex_pop <- creating.phenotypic.transform(ex_pop, phenotypic.transform.function=trafo)

Value

Population-list with a new phenotypic transformation function


MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.