Re: [R] ggplot2: Plot multiple lines using stacked data.

2024-12-05 Thread avi.e.gross
om: R-help On Behalf Of Sorkin, John Sent: Thursday, December 5, 2024 8:38 PM To: r-help@r-project.org (r-help@r-project.org) Subject: [R] ggplot2: Plot multiple lines using stacked data. I am trying to use ggplot2 to create a figure with multiple lines, one line for each value of the variable

[R] ggplot2: Plot multiple lines using stacked data.

2024-12-05 Thread Sorkin, John
I am trying to use ggplot2 to create a figure with multiple lines, one line for each value of the variable Day. Each group of data for Day requires seven lines. The dataframe has data for 4 days and thus 4*7=28 lines. I can create a plot, but the plot only contains dots. The dots for each day s