add_plotly_layout {microbiomeExplorer}R Documentation

Adds a layout call based on plotly::layout

Description

Adds a layout call based on plotly::layout

Usage

add_plotly_layout(.data, plotTitle, xaxis_text, ylab)

Arguments

.data

plotly data object to apply the layout call to

plotTitle

plot title to use

xaxis_text

x axis label to use

ylab

y axis label to use

Value

plotly::layout call


[Package microbiomeExplorer version 1.2.0 Index]