View source: R/visualize_parent_nebula.R
visualize_parent_nebula | R Documentation |
FUNCTION_DESCRIPTION
visualize_parent_nebula(
graph = .MCn.parent_graph,
write_output = T,
output = paste0(.MCn.output, "/", .MCn.results),
layout = "mds",
nodes_color = c(hierarchy = 3),
width = 15,
height = 12,
return_plot = F,
...
)
graph |
PARAM_DESCRIPTION, Default: .MCn.parent_graph |
write_output |
PARAM_DESCRIPTION, Default: T |
output |
PARAM_DESCRIPTION, Default: paste0(.MCn.output, "/", .MCn.results) |
layout |
PARAM_DESCRIPTION, Default: 'mds' |
nodes_color |
PARAM_DESCRIPTION, Default: c(hierarchy = 4) |
width |
PARAM_DESCRIPTION, Default: 15 |
height |
PARAM_DESCRIPTION, Default: 12 |
return_plot |
PARAM_DESCRIPTION, Default: F |
... |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
pbapply
rbindlist
select
, rename
, mutate
, reexports
as_tbl_graph.data.frame
, activate
ggraph
ggsave
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.