# NOT RUN {
# create a FastFieldDeletor, default type (geometric)
p<-FastFieldDeletor()
# get type
getType(p)
# create a FastFieldDeletor, poisson type
p<-FastFieldDeletor(type="poisson")
p$type
# }
Run the code above in your browser using DataLab