
Last chance! 50% off unlimited learning
Sale ends in
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.
# S3 method for ToleranceSubstitution
as.character(x, ...)
A ToleranceSubstitution object.
Not used.
A character vector of length one.
For more information see ToleranceSubstitution
.
# NOT RUN {
# create a ToleranceSubstitution object
p<-ToleranceSubstitution(name="MySubst")
# get character representation
as.character(p)
# the same implicitly
p
# }
Run the code above in your browser using DataLab