buildFeature | R Documentation |
Helper to build a list to allow feature export.
buildFeature(
name,
type = c("single", "combined", "computed")[1],
def = "Camera Line Number",
val = NULL,
...
)
name |
feature's name. If missing, it will be determined thanks to def. |
type |
feature's type. Default is "single". Allowed are "single", "combined", "computed". |
def |
definition of the feature. Default is "Camera Line Number". |
val |
a coercible to numeric vector of feature values. Default is NULL. |
... |
Other arguments to be passed. |
a list containing all feature information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.