view {SRPM} | R Documentation |
View code objects and their associated plots
view(object, ...) viewplot(object, ...)
object |
an object to be viewed |
... |
other arguments passed to methods |
Currently, there are methods for objects of class
codeObject
. view
loads the code associated with a code
object in the pager and viewplot
launches a PDF viewer to view
the associated plot.
viewplot
returns its argument invisibly.