Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

plot porportion bar chart in r

ggplot(data, aes(x = x, fill = y)) + 
  geom_bar(position = "fill")
Source by www.statmethods.net #
 
PREVIOUS NEXT
Tagged: #plot #porportion #bar #chart
ADD COMMENT
Topic
Name
1+7 =