plotlacro: Plots the file type used as input and output of simulacro().

Description Usage Arguments Value Author(s) Examples

View source: R/plotlacro.R

Description

This function makes a plot of the data frame used for argument INIDIST of function simulacro() and of the output of simulacro(). The plot shows the points as circles and crosses to represent their natural and anthropic origin respectively and has an iformative legend.

Usage

1
plotlacro(x, tr = 0.5, outline, main = "std")

Arguments

x

simulacro-type file (as outputted by simulacro() or inputted as argument INIDIST).

tr

threshold for Pnat above which points are considered of human nature.

outline

geographical boundaries to x. Object of class sp::SpatialPolygons or data frame or matrix with the outline's corners.

main

main title of the plot, by default is 'Map of ...' where ...= x$species (the name of the modelled species).

Value

plot.

Author(s)

Luca Butikofer

Examples

1
2
data(frogsEM)
plotlacro(x= frogsEM, outline= nzp)

Biolinv documentation built on March 30, 2021, 5:13 p.m.

Related to plotlacro in Biolinv...