modelPlants: Extract measures from seed object

Description Usage Arguments Value

View source: R/modelling.R

Description

Extract measures from seed object

Usage

1
2
3
4
5
6
modelPlants(
  seed,
  models = list(NPQ = c("beta", 3)),
  fit.to = c("plant", "allPlants", "medianPlant"),
  cores = 1
)

Arguments

seed

a seed object

models

list containing the name of the measure and the models to be run on data - Triple model only available for NPQ

fit.to

describes how the data should be fitted ("plant","allPlants","medianPlant")

cores

number of cores used for selecting plants

Value

Seed object with computed models


patrickCNMartin/lighteR documentation built on Jan. 29, 2021, 1:30 p.m.