Map of Bsiland result
Function creating a map of Bsiland result, i.e. buffers estimations for each landscape variable.
plotBsiland.land(x, land, data, var = 1,landviz=T )
x |
an object resulting from |
land |
the object of class sf describing the landscape variable, i.e. the |
data |
the dataframe describing response variable and the local variables, i.e. the |
var |
a vector containing the numbers (numeric) of the mapped landscape variables. |
landviz |
If landviz=T (by default), polygons where the variable |
a ggplot of class of the landscape effect estimated in the Bsiland
object x i.e. a map of buffers.
Bsiland
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.