Learn R Programming

siland (version 1.4.6)

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)

Arguments

x

must be an object of type Fsiland, that is an object resulting from function Fsiland().

Value

no value is returned

See Also

Fsiland

Examples

Run this code
# NOT RUN {
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
# }
# NOT RUN {
data(dataSiland)
data(landSiland)
resE=Fsiland(y~locvar,land=landSiland,data=dataSiland,sif="exponential",family=gaussian)
plotFsiland.sif(x=resE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab