View source: R/wrap_profile_of_param.R
wrap_profile_of_param | R Documentation |
This function creates a linear profile line between two points, segmentizes it into points and calculates the distance between the segments. It is a wrapper function around all necessary steps. To customize this procedure, use the functions inside.
wrap_profile_of_param(
coord_start,
coord_end,
mark_recapture_object,
param,
b = "all"
)
coord_start |
coordinates of the starting point of the line as longitude/latitude. E.g., c(0,0). |
coord_end |
coordinates of the end point of the line as longitude/latitude. E.g., c(0,0). |
mark_recapture_object |
object of class mark_recapture_object (see mark_recapture_object()) |
param |
name of the parameter |
b |
name of origin. Defaults to "all". |
values of the given parameter along a profile line
wrap_profile_of_param(c(0, 0), c(1, 1), mro2D, "s")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.