I'm trying to make a really basic bar graph on 'R' and can't seem to get it to work. The data is just made up data for a proposal for an experiment we are going to do for my Animal Physiology paper at University. I just want a bar graph to show the number of days it take Drosophila larvae to hatch under different conditions.
Condition 1: 11 days
Condition 2: 11 days
Condition 3: 11 days
Condition 4: 10 days
Condition 5: 8 days
Condition 6: I don't expect to go anywhere so just do it as no days or something.
So I started by importing the data into Rcmdr.
Then I loaded the sciplot package and put in the code:
bargraph.CI (Treatment, Days, data = Bargraph,
xlab = "Condition", ylab = "Number of days")
And it came up with this error:
Warning in arrows(xvals, if (lc) CI.L else mn.data, xvals, if (uc) CI.H else mn.data, :
zero-length arrow is of indeterminate angle and so skipped
Warning in arrows(xvals, if (lc) CI.L else mn.data, xvals, if (uc) CI.H else mn.data, :
zero-length arrow is of indeterminate angle and so skipped
Warning in arrows(xvals, if (lc) CI.L else mn.data, xvals, if (uc) CI.H else mn.data, :
zero-length arrow is of indeterminate angle and so skipped
Warning in arrows(xvals, if (lc) CI.L else mn.data, xvals, if (uc) CI.H else mn.data, :
zero-length arrow is of indeterminate angle and so skipped
Warning in arrows(xvals, if (lc) CI.L else mn.data, xvals, if (uc) CI.H else mn.data, :
zero-length arrow is of indeterminate angle and so skipped
Warning in arrows(xvals, if (lc) CI.L else mn.data, xvals, if (uc) CI.H else mn.data, :
zero-length arrow is of indeterminate angle and so skipped