View source: R/profile_of_parameter.R
profile_of_parameter | R Documentation |
This function calculates the profile of a raster object along a segmented profile line.
profile_of_parameter(rastered_param, profile_points)
rastered_param |
raster stack of the parameter values and the bootstrap confidence interval |
profile_points |
sfc-object including the profile line as points and the distance on the profile line |
values of the given parameter along a profile line
profile_of_parameter(
raster_param(mro2D, "s", "all"),
profile_points(profile_line(c(0, 0), c(1, 1), crs = "ESRI:54009"))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.