Description Usage Arguments Details Value Examples
labZone
1 | labZone(K, qProb, dataF)
|
K |
zoning object, as returned by the calNei function |
qProb |
probability vector used to generate quantile values for Z |
dataF |
data used to generate labels and zoning |
assigns a class label (integer) to a zone depending on the zone mean value and on the quantile values (as in PA paper). Default label is 1, corresponding to a mean value smaller or equal to first quantile. For p ordered quantile values, if mean value is greater than quantile k and smaller or equal to quantile k+1, zone label is k+1. if mean value is greater than quantile p, zone label is p+1.
a zoning object with labelled zones in lab component
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.