create_linear_feature_zoi | R Documentation |
The function create_linear_feature_zoi()
computes the cumulative zone of influence (ZOI) of one single
linear feature so it is used to correctly create predictions and response plots for
linear infrastructure, considering the potential responses at multiple radii.
create_linear_feature_zoi(
radii = c(100, 250, 500, 1000, 2500, 5000, 10000),
type = c("circle", "Gauss", "rectangle", "exp_decay", "bartlett", "threshold",
"mfilter")[1],
radius_max = max(radii),
zoi_limit = 0.05,
type_feature_recompute = FALSE,
res = 100,
value = 1
)
radii |
|
type |
|
radius_max |
|
res |
|
line_value |
|
This function could be extended to the nearest ZOI, if needed.
predict()
# create feature
create_linear_feature_zoi(radii = c(100, 250, 500, 1000, 2500, 5000, 10000),
type = "exp_decay",
res = 100)
create_linear_feature_zoi(type = "exp_decay",
type_feature_recompute = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.