Skip to content

Commit

Permalink
Merge pull request #155 from sinhrks/rel041
Browse files Browse the repository at this point in the history
REL: v0.4.1
  • Loading branch information
terrytangyuan authored Feb 26, 2017
2 parents 2e43086 + f84050a commit 9b284c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ggfortify
Type: Package
Title: Data Visualization Tools for Statistical Analysis Results
Version: 0.4.0.9000
Date: 2017-02-03
Version: 0.4.1
Date: 2017-02-15
Authors@R: c(
person("Masaaki", "Horikoshi", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ggfortify 0.4.1
---------------------

* Enhancement

* Survival plot now displays legend as it is (without prefix / reordering), thanks to @DarioS

ggfortify 0.4.0
---------------------

Expand Down
2 changes: 1 addition & 1 deletion R/fortify_surv.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fortify.survfit <- function(model, data = NULL, surv.connect = FALSE,
#'
#' @param object \code{survival::survfit} instance
#' @param fun an arbitrary function defining a transformation of the survival curve
#' @param surv.geom geometric string for survival curve. 'step' or line'
#' @param surv.geom geometric string for survival curve. 'step', 'line' or 'point'
#' @param surv.colour line colour for survival curve
#' @param surv.size point size for survival curve
#' @param surv.linetype line type for survival curve
Expand Down

0 comments on commit 9b284c0

Please sign in to comment.