plot_profile: plot parameter values (and bootstrape confidence interval, if...

View source: R/plot_profile.R

plot_profileR Documentation

plot parameter values (and bootstrape confidence interval, if available) along a profile line

Description

This function plots the parameter values along a profile line given in the sfc-object profile_of_parameter.

Usage

plot_profile(profile_of_parameter, ylab)

Arguments

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

Value

vector of length res with survival probabilities dependent on space

Examples

{
 pop <- wrap_profile_of_param(c(0, 0), c(1, 1), mro2D, param = "s")
 plot_profile(pop, ylab = "survival")
}



SaskiaSchirmer/CONSURE documentation built on Sept. 3, 2023, 8:52 a.m.