https://github.com/cran/diversityForest
Raw File
Tip revision: f2078f713b28afb45424ea3c16eb949d227b0ebf authored by Roman Hornung on 08 March 2023, 07:20:02 UTC
version 0.4.0
Tip revision: f2078f7
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(importance,divfor)
S3method(plot,interactionfor)
S3method(predict,divfor)
S3method(predict,interactionfor)
S3method(print,divfor)
S3method(print,divfor.forest)
S3method(print,divfor.prediction)
S3method(print,interactionfor)
S3method(print,interactionfor.forest)
S3method(print,interactionfor.prediction)
S3method(print,tunedivfor)
export(divfor)
export(importance)
export(interactionfor)
export(plotEffects)
export(plotPair)
export(tunedivfor)
import(stats)
import(utils)
importFrom(Matrix,Matrix)
importFrom(Rcpp,evalCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme_bw)
importFrom(ggpubr,annotate_figure)
importFrom(ggpubr,ggarrange)
importFrom(ggpubr,text_grob)
importFrom(rlang,.data)
useDynLib(diversityForest, .registration = TRUE)
back to top