pattern(object, type, ...)## S3 method for class 'default':
pattern(object = NULL, type = "std", ...)
## S3 method for class 'character':
pattern(object, type = "std", ...)
## S3 method for class 'Pattern':
pattern(object, type = object@type, ...)
## S3 method for class 'Searchable':
pattern(object, type = object@type, ...)
## S3 method for class 'Pattern':
show(object)