Description Usage Arguments Details Value
View source: R/prepare_input.R
Prepare data
1 | prepare_data(data, x, y, type, dbh)
|
data |
Dataframe with input data. |
x |
String with name of column containing the x-coordinate. |
y |
String with name of column containing the y-coordinate. |
type |
String with name of column containing the type as string. |
dbh |
String with name of column containing the DBH as dbl. |
The funcion modifies the structures of the data dataframe. This includes renameing of the coloumns and nesting the data.
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.