View source: R/add_plotly_layout_volcano.R
| add_plotly_layout_volcano | R Documentation |
Format axes.
add_plotly_layout_volcano(
p,
height = NULL,
width = NULL,
legend_title = bold("Overlay"),
orientation = "v",
legend.x = NULL,
legend.y = NULL
)
p |
a plotly object. |
height |
the heigh of the plotly object. |
width |
the width of the plotly object. |
legend_title |
the title of the legend. |
orientation |
piped to plotly. Can be 'v'ertical or 'h'orisontal. |
legend.x |
shift legend by x-axis. |
legend.y |
shift legend by y-axis. |
Other plotly:
add_plotly_layout_scatter(),
add_plotly_line_unity(),
add_plotly_threshold_lines(),
add_plotly_trace(),
plotly_tissue_enrichment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.