forked from pharmaverse/ggsurvfit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
57 lines (56 loc) · 1.44 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Generated by roxygen2: do not edit by hand
S3method(ggplot_add,add_censor_mark)
S3method(ggplot_add,add_confidence_interval)
S3method(ggplot_add,add_legend_title)
S3method(ggplot_add,add_pvalue)
S3method(ggplot_add,add_quantile)
S3method(ggplot_add,add_risktable)
S3method(ggplot_add,add_risktable_strata_symbol)
S3method(ggplot_add,scale_ggsurvfit)
S3method(grid.draw,ggcuminc)
S3method(grid.draw,ggsurvfit)
S3method(print,ggcuminc)
S3method(print,ggsurvfit)
export("%+%")
export("%>%")
export(StatStepribbon)
export(Surv)
export(Surv_CNSR)
export(add_censor_mark)
export(add_confidence_interval)
export(add_legend_title)
export(add_pvalue)
export(add_quantile)
export(add_risktable)
export(add_risktable_strata_symbol)
export(format_p)
export(ggcuminc)
export(ggplot_add)
export(ggsurvfit)
export(ggsurvfit_align_plots)
export(ggsurvfit_build)
export(grid.draw)
export(scale_ggsurvfit)
export(stat_stepribbon)
export(survfit)
export(survfit2)
export(survfit2_p)
export(theme_ggsurvfit_KMunicate)
export(theme_ggsurvfit_default)
export(theme_risktable_boxed)
export(theme_risktable_default)
export(tidy_cuminc)
export(tidy_survfit)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(dplyr,"%>%")
importFrom(ggplot2,"%+%")
importFrom(ggplot2,ggplot_add)
importFrom(grid,grid.draw)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(survival,Surv)
importFrom(survival,survfit)