11# Generated by roxygen2 (4.1.0): do not edit by hand
22
3+ S3method(gg_error,rfsrc)
4+ S3method(gg_interaction,default)
5+ S3method(gg_interaction,rfsrc)
6+ S3method(gg_minimal_depth,default)
7+ S3method(gg_minimal_depth,rfsrc)
8+ S3method(gg_minimal_vimp,default)
9+ S3method(gg_minimal_vimp,rfsrc)
10+ S3method(gg_partial,rfsrc)
11+ S3method(plot,gg_error)
12+ S3method(plot,gg_interaction)
13+ S3method(plot,gg_minimal_depth)
14+ S3method(plot,gg_minimal_vimp)
15+ S3method(plot,gg_partial)
16+ S3method(plot,gg_partial_list)
17+ S3method(plot,gg_rfsrc)
18+ S3method(plot,gg_roc)
19+ S3method(plot,gg_survival)
20+ S3method(plot,gg_variable)
21+ S3method(plot,gg_vimp)
22+ S3method(print,gg_minimal_depth)
323export(calc_auc)
4- export(calc_roc)
524export(calc_roc.rfsrc)
625export(combine.gg_partial)
7- export(combine.gg_partial_list)
826export(gg_error)
9- export(gg_error.rfsrc)
1027export(gg_interaction)
11- export(gg_interaction.rfsrc)
1228export(gg_minimal_depth)
13- export(gg_minimal_depth.rfsrc)
1429export(gg_minimal_vimp)
15- export(gg_minimal_vimp.rfsrc)
1630export(gg_partial)
17- export(gg_partial.rfsrc)
1831export(gg_partial_coplot)
19- export(gg_partial_coplot.ggRandomForests )
32+ export(gg_partial_coplot.rfsrc )
2033export(gg_rfsrc)
2134export(gg_rfsrc.rfsrc)
2235export(gg_roc)
@@ -29,22 +42,9 @@ export(gg_vimp.rfsrc)
2942export(kaplan)
3043export(nelson)
3144export(partial.rfsrc)
32- export(plot.gg_error)
33- export(plot.gg_interaction)
34- export(plot.gg_minimal_depth)
35- export(plot.gg_minimal_vimp)
36- export(plot.gg_partial)
37- export(plot.gg_partial_list)
38- export(plot.gg_rfsrc)
39- export(plot.gg_roc)
40- export(plot.gg_survival)
41- export(plot.gg_variable)
42- export(plot.gg_vimp)
43- export(print.gg_minimal_depth)
4445export(quantile_pts)
4546export(rfsrc_cache_datasets)
4647export(surface_matrix)
47- export(surface_matrix.gg_partial_coplot)
4848importFrom(ggplot2,aes)
4949importFrom(ggplot2,aes_string)
5050importFrom(ggplot2,annotate)
0 commit comments