Learn R Programming

siland (version 3.0.2)

plotsiland.sif: Plot the estimated spatial influence functions.

Description

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

Usage

plotsiland.sif(x)

Value

no value is returned

Arguments

x

an object obtained with function siland().

See Also

siland

Examples

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

Run the code above in your browser using DataLab