> I'm new to this and struggling away with ggplot. I need to > plot some line graphs for about 4 series. I have the values > to plot and also the value of the standard error of the > value. Is it possible to plot the standard error bars when > the value are already calculated as opposed to letting R do > the analysis to calculate the SE bars? >
Try googling 'error bars in ggplot' I found a useful description at http://wiki.stdout.org/rcookbook/Graphs/Plotting%20means%20and%20error%20bars%20%28ggplot2%29/ ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}} ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.