regional_param {biogram} | R Documentation |
regional_param class
Description
List of rules defining the region.
Details
An object of the regional_param
class is a list consisting of all rules
necessary to properly build a region.
Attributes
- reg_len
the number of unigrams inside the region. Might be 0
- prop_ranges
required intervals of properties of unigrams in the region
- exactness
a
numeric
value between 0 and 1 defining how stricly unigrams are kept withinprop_ranges
. If 1, only unigrams withinprop_ranges
are inside the region. if 0.9, there is 10 unigrams that are not in theprop_ranges
will be inside the region.
See Also
[Package biogram version 1.6.3 Index]