Return the character representation of a GeneralSubstitution object.
The character representation is the object id as returned by the
getId.Process
method defined in the parent class.
# S3 method for GeneralSubstitution
as.character(x, ...)
A GeneralSubstitution object.
Not used.
A character vector of length one.
For more information see GeneralSubstitution
.
# NOT RUN {
# create a GeneralSubstitution object
p<-GeneralSubstitution(name="MySubst")
# get character representation
as.character(p)
# the same implicitly
p
# }
Run the code above in your browser using DataLab