Learn R Programming

siland (version 1.4.6)

Fsiland.quantile: Quantile computation for spatial influence functions

Description

The function computes the radius for which the integrated influence for the different landscape varaibles are equal to p.

Usage

Fsiland.quantile(x, p = 0.95)

Arguments

x

an object of class Fsiland resulting from function Fsiland()

p

a vector of probabilities

Value

returned value is matrix. The number of rows corresponds to the number of landscape variables, and the number of columns to the number of probabilities in argument p.

Examples

Run this code
# NOT RUN {
data(dataSiland)
data(landSiland)
resE=Fsiland(y~locvar,land=landSiland,data=dataSiland,sif="exponential",family=gaussian)
Fsiland.quantile(x=resE,p=c(0.5,0.95))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab