Skip to content

Commit

Permalink
fix typo (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes authored Apr 18, 2024
1 parent 039dc6b commit 00f19c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add_risktable.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ggplot_add.add_risktable <- function (object, plot, object_name) {

update_add_risktable <- function(p, add_risktable_empty_list) {
# confirm class and structure of object
.is_ggsurvfit(p, fun_name = "add_rikstable()")
.is_ggsurvfit(p, fun_name = "add_risktable()")
p +
ggplot2::theme(
plot.margin = ggplot2::unit(c(5.5, 5.5, 0, 5.5), "points"),
Expand Down

0 comments on commit 00f19c0

Please sign in to comment.