classificaClasseDAP {Fgmutils}R Documentation

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

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

[Package Fgmutils version 0.9.5 Index]