Description Usage Arguments Value Author(s) See Also Examples
Set the tolerance margin.
1 2 | ## S3 method for class 'FastFieldDeletor'
setToleranceMargin(this, value, ...)
|
this |
A FastFieldDeletor object. |
value |
A numeric vector of length one. |
... |
Not used. |
value (invisible).
Botond Sipos, Gregory Jordan
For more information see FastFieldDeletor
.
1 2 3 4 5 6 7 8 9 | # create a geometric FastFieldDeletor
p<-FastFieldDeletor()
# set/get tolerance margin
setToleranceMargin(p,0.8)
getToleranceMargin(p)
# set/get tolerance margin via virtual field
p$toleranceMargin<-0.75
p$toleranceMargin
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.