-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
26 lines (25 loc) · 719 Bytes
/
NAMESPACE
File metadata and controls
26 lines (25 loc) · 719 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,vlmcfit)
S3method(print,vlmcfit)
S3method(summary,vlmcfit)
export(tree_graph)
export(vlmcfit)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,rowwise)
importFrom(ggplot2,aes)
importFrom(ggraph,geom_edge_fan)
importFrom(ggraph,geom_node_label)
importFrom(ggraph,ggraph)
importFrom(stringr,str_detect)
importFrom(stringr,str_length)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trunc)
importFrom(tidygraph,activate)
importFrom(tidygraph,tbl_graph)
importFrom(tidyr,unite)
useDynLib(vlmcmethods, .registration = TRUE)