Learn R Programming

GerminaR (version 1.4.2)

evalFactor: Select Factors of germination matrix

Description

Give matrix with the factor

Usage

evalFactor(evalName, data)

Arguments

evalName

Prefix of the evalaution variable

data

Data with germination values

Value

Factor columsl

Examples

Run this code
# NOT RUN {
library(GerminaR)
dt <- prosopis
dm <- evalFactor(evalName = "D", data = dt)
dm
# }

Run the code above in your browser using DataLab