aboutsummaryrefslogtreecommitdiff
path: root/man/jags_View.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/jags_View.Rd')
-rw-r--r--man/jags_View.Rd27
1 files changed, 27 insertions, 0 deletions
diff --git a/man/jags_View.Rd b/man/jags_View.Rd
new file mode 100644
index 0000000..e69e5a8
--- /dev/null
+++ b/man/jags_View.Rd
@@ -0,0 +1,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.
+}