Home > Blockchain >  Plotting multiple attributes ggplot - R
Plotting multiple attributes ggplot - R

Time:04-07

I have a work project where I've been given a spreadsheet with tons of data and I want to plot it using R to look for trends.

The issue I am having is that I cannot plot it correctly using ggplot because I want to place to variables in the Y-Axis.

My goal is to plot "interest" and "awareness" on the Y-axis in different colors, say green and blue, and "admissions" on the X-axis.

Unfortunately, I am new StackOverflow and cannot include my Excel spreadsheet, so I included a screenshot for reference.

enter image description here

  • Related