-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
31 lines (30 loc) · 906 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot_model,keras.engine.training.Model)
export(plot_deepviz)
export(plot_model)
importFrom(DiagrammeR,create_edge_df)
importFrom(DiagrammeR,create_graph)
importFrom(DiagrammeR,create_node_df)
importFrom(DiagrammeR,render_graph)
importFrom(assertthat,assert_that)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,theme_void)
importFrom(ggraph,geom_edge_diagonal0)
importFrom(ggraph,geom_node_circle)
importFrom(ggraph,ggraph)
importFrom(glue,glue)
importFrom(igraph,layout_with_sugiyama)
importFrom(magrittr,"%>%")
importFrom(purrr,imap_dfr)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(stats,embed)
importFrom(stats,na.omit)
importFrom(tidygraph,tbl_graph)