Skip to content

Commit

Permalink
documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kassambara committed Dec 6, 2016
1 parent 66baba0 commit 8bd6efb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/ggcoxdiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#'Used only when \code{hline = TRUE}.
#'@param hline a logical - should the horizontal line be added to highlight the \code{Y=0} level.
#'@param ggtheme function, ggplot2 theme name. Default value is ggplot2::theme_bw().
#' Allowed values include ggplot2 official themes: see \code{\link[ggplot2]{ggtheme}}.
#' Allowed values include ggplot2 official themes: see \code{\link[ggplot2]{theme}}.
#'@param font.main,font.x,font.y,font.tickslab a vector of length 3
#' indicating respectively the size (e.g.: 14), the style (e.g.: "plain",
#' "bold", "italic", "bold.italic") and the color (e.g.: "red") of main title,
Expand Down
2 changes: 1 addition & 1 deletion R/ggcoxfunctional.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ NULL
#' c(14, "bold", "red")}. Use font.x = 14, to change only font size; or use
#' font.x = "bold", to change only font face.
#'@param ggtheme function, ggplot2 theme name. Default value is \link{theme_classic2}.
#' Allowed values include ggplot2 official themes: see \code{\link[ggplot2]{ggtheme}}.
#' Allowed values include ggplot2 official themes: see \code{\link[ggplot2]{theme}}.
#'@return Returns an object of class \code{ggcoxfunctional} which is a list of ggplots.
#'
#'@author Marcin Kosinski , \email{m.p.kosinski@@gmail.com}
Expand Down
2 changes: 1 addition & 1 deletion R/ggcoxzph.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' c(14, "bold", "red")}. Use font.x = 14, to change only font size; or use
#' font.x = "bold", to change only font face.
#'@param ggtheme function, ggplot2 theme name. Default value is \link{theme_classic2}.
#' Allowed values include ggplot2 official themes: see \code{\link[ggplot2]{ggtheme}}.
#' Allowed values include ggplot2 official themes: see \code{\link[ggplot2]{theme}}.
#'@return Returns an object of class \code{ggcoxzph} which is a list of ggplots.
#'
#'@author Marcin Kosinski , \email{m.p.kosinski@@gmail.com}
Expand Down
2 changes: 1 addition & 1 deletion R/ggsurvplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#' "v"). v: vertical, h:horizontal.
#'@param ggtheme function, ggplot2 theme name. Default value is
#' \link{theme_classic2}. Allowed values include ggplot2 official themes: see
#' \code{\link[ggplot2]{ggtheme}}.
#' \code{\link[ggplot2]{theme}}.
#'@param ... other arguments to be passed to ggplot2 geom_*() functions such as
#' linetype, size, ...
#'@details \strong{legend position}: The argument \strong{legend} can be also a
Expand Down
2 changes: 1 addition & 1 deletion man/ggcoxdiagnostics.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ggcoxfunctional.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ggcoxzph.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ggsurvplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bd6efb

Please sign in to comment.