View source: R/visualize_child_nebulae.R
visualize_child_nebulae | R Documentation |
FUNCTION_DESCRIPTION
visualize_child_nebulae(
graph_list = .MCn.child_graph_list,
compound_class_list = .MCn.nebula_class,
output = paste0(.MCn.output, "/", .MCn.results),
layout = "fr",
width = 23,
height = 30,
nodes_mark = NA,
...
)
graph_list |
PARAM_DESCRIPTION, Default: .MCn.child_graph_list |
compound_class_list |
PARAM_DESCRIPTION, Default: .MCn.nebula_class |
output |
PARAM_DESCRIPTION, Default: paste0(.MCn.output, "/", .MCn.results) |
layout |
PARAM_DESCRIPTION, Default: 'fr' |
width |
PARAM_DESCRIPTION, Default: 23 |
height |
PARAM_DESCRIPTION, Default: 30 |
... |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
rbindlist
select
, rename
, reexports
, arrange
, mutate
svglite
grid.newpage
, Working with Viewports
pbapply
## 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.