as.character.GeneralSubstitution: Return the character representation of a GeneralSubstitution object
Description
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.
Usage
# S3 method for GeneralSubstitution
as.character(x, ...)
# NOT RUN {# create a GeneralSubstitution object p<-GeneralSubstitution(name="MySubst")
# get character representationas.character(p)
# the same implicitly p
# }