aboutsummaryrefslogtreecommitdiff
path: root/man/jags_View.Rd
blob: e69e5a88ae6cdfb8187137b4f932edd18facb6c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\name{jags.View}
% functions
\alias{jags.View}

\title{View a jagsUI output object in a separate window}

\usage{

 jags.View(x, title, digits=3)

}

\arguments{
  \item{x}{A jagsUI object}
  \item{title}{Specify a title for the window.}
  \item{digits}{Number of digits to display after the decimal.}
}

\description{
Show an R object in a separate, spreadsheet-style window via a call to \code{\link[utils]{View}}.

This function replaces the \code{View} method for class \code{jagsUI}, which caused problems with RStudio.
}

\author{
  Ken Kellner \email{contact@kenkellner.com} and Mike Meredith.
}