Plotly, plot large dataset without loop.

Hello, I am new to R , Rstudio, and plotly.
Here is my problem
I have an extensive dataset 2048 rows 412 columns(subset)
this is formatted as shown below:

Wavelength| series01|series02|series03 --> series600
400 |100 |110 |120 --> 105
410 |102 |113 |122 --> 120

how do I plot this in R with plotly or GGplot2 without having to go to a loop construction?
I have tried several examples but I cannot get it working yet

regard
Eddy

We don't really have enough info to help you out. Could you ask this with a minimal REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.

If you've never heard of a reprex before, you might want to start by reading this FAQ:

Obviously, you don't need to post the whole dataset here, just couple of rows is enough to illustrate the problem.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.