Skip to content

Commit

Permalink
unused attributs removed #154
Browse files Browse the repository at this point in the history
  • Loading branch information
kassambara committed Feb 28, 2017
1 parent 625bc4b commit b363a96
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/ggsurvplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,6 @@ ggsurvplot <- function(fit, data = NULL, fun = NULL,
class(res) <- c("ggsurvplot", "ggsurv", "list")
attr(res, "heights") <- heights
attr(res, "legend.labs") <- legend.labs
attr(res, "surv.plot.height") <- surv.plot.height
attr(res, "risk.table.height") <- risk.table.height
attr(res, "ncensor.plot.height") <- ncensor.plot.height
attr(res, "risk.table.y.text") <- risk.table.y.text
attr(res, "risk.table.y.text.col") <- risk.table.y.text.col
attr(res, "cumevents.y.text") <- cumevents.y.text
Expand Down

0 comments on commit b363a96

Please sign in to comment.