Skip to content
Snippets Groups Projects
Commit 34d5c1e5 authored by Christian Roever's avatar Christian Roever
Browse files

updated documentation

parent d3d3d4b0
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ Package: bayesmeta ...@@ -2,7 +2,7 @@ Package: bayesmeta
Type: Package Type: Package
Title: Bayesian Random-Effects Meta-Analysis and Meta-Regression Title: Bayesian Random-Effects Meta-Analysis and Meta-Regression
Version: 3.1 Version: 3.1
Date: 2022-03-16 Date: 2022-03-23
Authors@R: c(person(given="Christian", family="Roever", role=c("aut","cre"), Authors@R: c(person(given="Christian", family="Roever", role=c("aut","cre"),
email="christian.roever@med.uni-goettingen.de", email="christian.roever@med.uni-goettingen.de",
comment=c(ORCID="0000-0002-6911-698X")), comment=c(ORCID="0000-0002-6911-698X")),
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
Package: \tab bayesmeta\cr Package: \tab bayesmeta\cr
Type: \tab Package\cr Type: \tab Package\cr
Version: \tab 3.1\cr Version: \tab 3.1\cr
Date: \tab 2022-03-16\cr Date: \tab 2022-03-23\cr
License: \tab GPL (>=2) License: \tab GPL (>=2)
} }
The main functionality is provided by the \code{\link{bayesmeta}()} The main functionality is provided by the \code{\link{bayesmeta}()}
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
\usage{ \usage{
weightsplot(x, ...) weightsplot(x, ...)
\method{weightsplot}{bayesmeta}(x, individual=FALSE, ordered=TRUE, \method{weightsplot}{bayesmeta}(x, individual=FALSE, ordered=TRUE,
extramargin=4, priorlabel="prior mean", main, ...) extramargin=4, priorlabel="prior mean", main, xlim, ...)
} }
\arguments{ \arguments{
\item{x}{ \item{x}{
...@@ -44,6 +44,9 @@ ...@@ -44,6 +44,9 @@
\item{main}{ \item{main}{
the plot's main title. the plot's main title.
} }
\item{xlim}{
the x-axis range.
}
\item{...}{ \item{...}{
other arguments passed on to the other arguments passed on to the
\code{\link[graphics]{barplot}()} function. \code{\link[graphics]{barplot}()} function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment