data(noise_fluct)
plotly_build_light(
plotly::plot_ly(
x = noise_fluct$time,
y = noise_fluct$f500,
name = "level",
type = "scatter"
)
)
plotly_build_light(
plotly::plot_ly(
data = noise_fluct,
x = ~time,
y = ~f500,
name = "level",
type = "scatter"
)
)
Run the code above in your browser using DataLab