Result | R Documentation |
Result class
Result class
Definition for the Result class.
id
character
value.
values
numeric
vector.
area
numeric
value.
perimeter
numeric
value or NA_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.
new()
Create a new Result object.
Result$new( id, values, area, perimeter, theme_coverage, weight_coverage, include_coverage, exclude_coverage, theme_settings, weight_settings, include_settings, exclude_settings, parameters )
id
character
value.
values
numeric
vector.
area
numeric
value.
perimeter
numeric
value or NA_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.
A new Result object.
print()
Print the object.
Result$print(...)
...
not used.
repr()
Generate a character
summarizing the representation of the object.
Result$repr(start = "[", end = "]")
start
character
symbol used to start the setting list.
Defaults to "["
.
end
character
symbol used to start the setting list.
Defaults to "]"
.
character
value.
clone()
The objects of this class are cloneable with this method.
Result$clone(deep = FALSE)
deep
Whether to make a deep clone.
new_result()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.