Skip to content

Commit acfb7c7

Browse files
committed
Weird github committing issues.
1 parent 5bb343f commit acfb7c7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

R/gsplot-class.R

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@
44
#'
55
#' @param x list
66
#' @param config.file path to the file that will only be used for setting
7-
#' par in this one gsplot object. If NA (default), par is set by the global options set by
7+
#' par in this one gsplot object. If \code{NA} (default), par is set by the global options set by
88
#' loadConfig().
99
#' @param theme path to the file that will only be used for setting
10-
#' the gsplot theme in this one gsplot object. If NA (default), there is no theme.
11-
#' @param frame.plot a logical indicating whether a box should be drawn around the plot.
10+
#' the gsplot theme in this one gsplot object. If \code{NA} (default), there is no theme.
11+
#' @param frame.plot a logical indicating whether a box should be drawn around the plot. Default is \code{TRUE}.
1212
#' @param \dots Further graphical parameters may also be supplied as arguments. See 'Details'.
13-
#' @param config.file path to config yaml for individual gsplot object. Default is \code{NA} and means config options are taken from options.
14-
#' @param theme path to theme for individual gsplot object. Default is \code{NA} and means no theme.
15-
#' @param frame.plot logical. Defaults to \code{TRUE}
1613
#' @return gsplot
1714
#' @export
1815
#' @rdname gsplot

0 commit comments

Comments
 (0)