plot_interactive: Plots in WebGL

Description Usage Arguments Value See Also Examples

View source: R/plots.R

Description

Plots in WebGL

Usage

1
plot_interactive(plt, html_filename)

Arguments

plt

A plot created with plotly or ggplot2

html_filename

The file name where the plot will be saved

Value

The html_filename

See Also

Other plotting functions: plot.nmr_dataset_1D()

Examples

1
2
3
4
5
dir_to_demo_dataset <- system.file("dataset-demo", package = "AlpsNMR")
dataset <- nmr_read_samples_dir(dir_to_demo_dataset)
dataset_1D <- nmr_interpolate_1D(dataset, axis = c(min = -0.5, max = 10, by = 2.3E-4))
# plot <- plot(dataset_1D)
# html_plot_interactive <- plot_interactive(plot, "html_plot_interactive.html")

AlpsNMR documentation built on April 1, 2021, 6:02 p.m.