
Plot contributions for the different landscape variables
plotcontri(res, land, data, type = 0, numvar = NULL)
a result form siland estimation
the landscape associated to the estimation res
the observations associated to the estimation res
type of plot, 1 or 2. For type equal to 0 (by default), a graphic for each local and landscape variable is displayed. For type equal to 1, the rate of landscape with local contribtions is displayed.
a number indicating the variable that has to be displayed. If NULL (by default), graphics are displayed following the argument type.
# NOT RUN {
data(landSiland)
data(dataSiland)
res=siland(y~locvar,land=landSiland,data=dataSiland,sif="exponential",family=gaussian)
# }
# NOT RUN {
plotcontri(res,landSiland,dataSiland)
# }
# NOT RUN {
plotcontri(res,landSiland,dataSiland,type=1)
plotcontri(res,landSiland,dataSiland,numvar=2)
# }
Run the code above in your browser using DataLab