Hi,
I want to draw a stacked barplot consisting of two variables var1 - interest_expense var2 - NI_expense. I want to make a stacked barplot for each bank for a duration of 5 years. I am unable to plot it.
Thanks in advance.
data
What have you tried so far? It would be helpful to format your data in a way that's easier for others to import into their R environment. See:
Using either dparse or dput makes for data that can be conveniently copy pasted into an R console.
dparse
dput
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.