Learn R Programming

jagsUI (version 1.5.0)

View: View a jagsUI output object in a separate window

Description

Show an R object in a separate, spreadsheet-style window. This is an S3 generic version of View.

Usage

View(x, title, ...)

# S3 method for jagsUI View(x, title, digits=3, ...)

Arguments

x

A jagsUI object

title

Specify a title for the window.

digits

Number of digits to display after the decimal.

...

Further arguments pass to or from other methods.