plotsiland.sif {siland} | R 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)
[Package siland version 3.0.2 Index]