Description Usage Arguments Value Author(s) See Also Examples
Return the character representation of a ToleranceSubstitution object.
The character representation is the object id as returned by the
getId.Process
method defined in the parent class.
1 2 | ## S3 method for class 'ToleranceSubstitution'
as.character(x, ...)
|
x |
A ToleranceSubstitution object. |
... |
Not used. |
A character vector of length one.
Botond Sipos, Gregory Jordan
For more information see ToleranceSubstitution
.
1 2 3 4 5 6 7 | # create a ToleranceSubstitution object
p<-ToleranceSubstitution(name="MySubst")
# get character representation
as.character(p)
# the same implicitly
p
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.