Skip to content
Prev 333078 / 398503 Next

Bar Graph

The serialno represents each individual in the data set.The total
count of the serialno will represent the whole sample

 I want to do a graph to compare the total data (serialno) vs each of
the remaining five variables yearly. i.e to show the total data
(serialno) vs available data for one of the variables in the above
case temp axilla.

The above code plot count of temp_axilla yearly,how can I include
serialno to be part of the plot?

I have used
library(ggplot2)
library(foreign)
utils package
On Tue, Nov 12, 2013 at 11:53 AM, jwd <jwd at surewest.net> wrote: