# NOT RUN {
data <- plantillness
v <- which((data$NRang <= 20))
data <- data[v,]
v <- which(data$NCep <= 20)
data<-data[v,]
res <- build(data = data)
# }
# NOT RUN {
#Example with the plantillness dataset and the plot available :
res <- build(data = plantillness,returnplot = TRUE,vx = 5,vy = 5)
#Example with the plantillness dataset, only considering the sites of the type "0" :
res <- build(data = plantillness, selec = TRUE, t = c(0),vx = 5,vy = 7,norm = "inf")
# }
Run the code above in your browser using DataLab