Feature | R Documentation |
Feature class
Feature class
Definition for the Feature class.
id
character
unique identifier.
name
character
name.
variable
Variable object.
pane
character
name.
visible
logical
value.
invisible
numeric
date/time value.
loaded
logical
value.
hidden
logical
value.
downloadable
logical
value.
status
logical
value.
current
numeric
value.
goal
numeric
value.
min_goal
numeric
minimum goal value.
max_goal
numeric
maximum goal value.
step_goal
numeric
step goal value.
limit_goal
numeric
limit goal value.
new()
Create a Feature object.
Feature$new( id, name, variable, pane, visible, invisible, loaded, hidden, downloadable, status, current, goal, limit_goal, min_goal, max_goal, step_goal )
id
character
value.
name
character
value.
variable
Variable.
pane
character
value.
visible
logical
value.
invisible
numeric
date/time value.
loaded
logical
value.
hidden
logical
value.
downloadable
logical
value.
status
logical
value.
current
numeric
value.
goal
numeric
value.
limit_goal
numeric
value.
min_goal
numeric
value.
max_goal
numeric
value.
step_goal
numeric
value.
A new Feature object.
print()
Print the object.
Feature$print(...)
...
not used.
repr()
Generate a character
summarizing the representation of the object.
Feature$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.
get_layer_name()
Get layer names.
Feature$get_layer_name()
character
vector.
get_layer_index()
Get layer index values.
Feature$get_layer_index()
character
vector.
get_hidden()
Get hidden.
Feature$get_hidden()
logical
value.
get_downloadable()
Get downloadable.
Feature$get_downloadable()
logical
value.
get_visible()
Get visible.
Feature$get_visible()
logical
value.
get_invisible()
Get invisible.
Feature$get_invisible()
numeric
date/time value.
get_loaded()
Get loaded.
Feature$get_loaded()
logical
value.
get_current()
Get current (proportion) coverage.
Feature$get_current()
numeric
value.
get_status()
Get status.
Feature$get_status()
logical
value.
get_goal()
Get goal (proportion) coverage.
Feature$get_goal()
numeric
value.
get_data()
Get the data.
Feature$get_data()
sf::st_as_sf()
or terra::rast()
object.
set_new_pane()
Set new pane.
Feature$set_new_pane(id, index)
id
character
unique identifier.
index
character
variable index.
character
value.
set_visible()
Set visible.
Feature$set_visible(value)
value
logical
new value.
set_invisible()
Set invisible.
Feature$set_invisible(value)
value
numeric
date/time value.
set_loaded()
Set loaded.
Feature$set_loaded(value)
value
logical
new value.
set_status()
Set status.
Feature$set_status(value)
value
logical
new value.
set_goal()
Set goal.
Feature$set_goal(value)
value
numeric
new value.
set_current()
Set current.
Feature$set_current(value)
value
numeric
new value.
export()
Export settings
Feature$export()
list
object.
clone()
The objects of this class are cloneable with this method.
Feature$clone(deep = FALSE)
deep
Whether to make a deep clone.
new_feature()
, new_variable()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.