Learn R Programming

siland (version 2.0.5)

plotFsiland.sif: Plot the estimated spatial influence functions.

Description

Graphic representations for the different influence functions estimated with the function Fsiland().

Usage

plotFsiland.sif(x)

Value

no value is returned

Arguments

x

an object obtained with function Fsiland().

See Also

Fsiland

Examples

Run this code
# \donttest{
data(dataSiland)
data(landSiland)
resF=Fsiland(obs~x1+L1+L2,land=landSiland,data=dataSiland,sif="exponential")
plotFsiland.sif(x=resF)
# }

Run the code above in your browser using DataLab