powered by
Plot a Spectra object with respect to time
Spectra
spc.plot.time.plotly( sp, column, plot.max = 10, showlegend = FALSE, hoverinfo = "name", title = sp@LongName )# S4 method for Spectra spc.plot.time.plotly( sp, column, plot.max = 10, showlegend = FALSE, hoverinfo = "name", title = sp@LongName )
# S4 method for Spectra spc.plot.time.plotly( sp, column, plot.max = 10, showlegend = FALSE, hoverinfo = "name", title = sp@LongName )
A Spectra object
Number or name , defoult value is 10 if a number or name has not been entered
numeric value for a maximum number of data in plot
logical, to display legend or not, default is FALSE
a chracter, info about Spectra object to be used in hover box
a chracter string, title for plot
# NOT RUN { sp = spc.example_spectra() spc.plot.time.plotly(sp) spc.plot.time.plotly(sp, plot.max = 3) spc.plot.time.plotly(sp, c("anap_450","anap_550","anap_650")) # } # NOT RUN { # }
Run the code above in your browser using DataLab