graph_bru_process_data | R Documentation |
Prepare data frames or data lists to be used with 'inlabru' in metric graphs
graph_bru_process_data(
data,
edge_number = "edge_number",
distance_on_edge = "distance_on_edge",
loc = "loc"
)
data |
A |
edge_number |
Name of the variable that contains the edge number, the
default is |
distance_on_edge |
Name of the variable that contains the distance on
edge, the default is |
loc |
character. Name of the locations to be used in 'inlabru' component. |
A list containing the processed data to be used in a user-friendly manner by 'inlabru'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.