Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plotBsiland.land

Map of Bsiland result


Description

Function creating a map of Bsiland result, i.e. buffers estimations for each landscape variable.

Usage

plotBsiland.land(x, land, data, var = 1,landviz=T )

Arguments

x

an object resulting from Bsiland

land

the object of class sf describing the landscape variable, i.e. the land argument in the call to the Bsiland function that computed x

data

the dataframe describing response variable and the local variables, i.e. the data argument in the call to the Bsiland function that computed x.

var

a vector containing the numbers (numeric) of the mapped landscape variables.

landviz

If landviz=T (by default), polygons where the variable var is observed are colored in gray.

Value

a ggplot of class of the landscape effect estimated in the Bsiland object x i.e. a map of buffers.

See Also

Bsiland

Examples

data(dataSiland)
data(landSiland)
resB=Bsiland(obs~x1+L1+L2,land=landSiland,data=dataSiland)
plotBsiland.land(x=resB,land=landSiland,data=dataSiland)
plotBsiland.land(x=resB,land=landSiland,data=dataSiland,var=2)

siland

Spatial Influence of Landscape

v2.0.5
GPL (>= 2.0) | file LICENSE
Authors
Carpentier F. and Martin O.
Initial release
2021-01-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.