Description Usage Arguments Value Author(s) See Also Examples
Get the type of a FastFieldDeletor object.
1 2 |
this |
A FastFieldDeletor object. |
... |
Not used. |
A character vector of length one.
Botond Sipos, Gregory Jordan
For more information see FastFieldDeletor
.
1 2 3 4 5 6 7 8 | # create a FastFieldDeletor, default type (geometric)
p<-FastFieldDeletor()
# get type
getType(p)
# create a FastFieldDeletor, poisson type
p<-FastFieldDeletor(type="poisson")
p$type
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.