plotsiland.sif: Plot the estimated spatial influence functions.

View source: R/plotsiland.sif.R

plotsiland.sifR Documentation

Plot the estimated spatial influence functions.

Description

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

Usage

plotsiland.sif(x)

Arguments

x

an object obtained with function siland().

Value

no value is returned

See Also

siland

Examples


data(dataSiland)
data(landSiland)
res=siland(obs~x1+L1+L2,land=landSiland,data=dataSiland,sif="exponential")
plotsiland.sif(x=res)



siland documentation built on March 31, 2023, 7:33 p.m.