view {SRPM}R Documentation

View code objects

Description

View code objects and their associated plots

Usage

view(object, ...)
viewplot(object, ...)

Arguments

object an object to be viewed
... other arguments passed to methods

Details

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.

Value

viewplot returns its argument invisibly.


[Package SRPM version 0.1-5 Index]