plot_profile | R Documentation |
This function plots the parameter values along a profile line given in the sfc-object profile_of_parameter.
plot_profile(profile_of_parameter, ylab)
profile_of_parameter |
profile of a raster object along a segmented profile line. |
ylab |
name of the y-axis, which is normally the name of the parameter |
vector of length res with survival probabilities dependent on space
{
pop <- wrap_profile_of_param(c(0, 0), c(1, 1), mro2D, param = "s")
plot_profile(pop, ylab = "survival")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.