Result class
Result class
Public fields
id
character
value.values
numeric
vector.area
numeric
value.perimeter
numeric
value orNA_real_
.theme_coverage
numeric
value.weight_coverage
numeric
value.include_coverage
numeric
value.exclude_coverage
numeric
value.theme_settings
data.frame
object.weight_settings
data.frame
object.include_settings
data.frame
object.exclude_settings
data.frame
object.parameters
list
of Parameter objects.
Methods
Method new()
Create a new Result object.
Usage
Result$new(
id,
values,
area,
perimeter,
theme_coverage,
weight_coverage,
include_coverage,
exclude_coverage,
theme_settings,
weight_settings,
include_settings,
exclude_settings,
parameters
)
Arguments
id
character
value.values
numeric
vector.area
numeric
value.perimeter
numeric
value orNA_real_
.theme_coverage
numeric
vector.weight_coverage
numeric
vector.include_coverage
numeric
vector.exclude_coverage
numeric
vector.theme_settings
logical
value.weight_settings
tbl_df
data frame.include_settings
tbl_df
data frame.exclude_settings
tbl_df
data frame.parameters
list
of Parameter objects.
Method repr()
Generate a character
summarizing the representation of the object.