Learn R Programming

Fgmutils (version 0.9.4)

classificaClasseDAP: classifica Classe DAP

Description

the center of the class that the DAP belongs.

Usage

classificaClasseDAP(dfClassesDAP, dap, getNhaClasse = FALSE, getNCLASSES = FALSE)

Arguments

dfClassesDAP
a frequency distribution with the attributes $classe and $centro
dap
integer Diameter at breast height
getNhaClasse
get NhaClasse field of dfClassesDAP, default false
getNCLASSES
get NCLASSES field of dfClassesDAP, default false

Examples

Run this code
dados = defineClasses(1, 10, 2, getDataFrame = TRUE)
classificaClasseDAP(dados,7)

Run the code above in your browser using DataLab