Re: [R] Plotting error:

2018-11-01 Thread David L Carlson
iginal Message- From: R-help On Behalf Of srinivas kotta Sent: Thursday, November 1, 2018 4:59 AM To: r-help@r-project.org Subject: [R] Plotting error: Dear Members, Can anybody help me to solve the errors in R-script. I am plotting wavelet image using waveletcomp library . I am trying defi

[R] Plotting error:

2018-11-01 Thread srinivas kotta
Dear Members, Can anybody help me to solve the errors in R-script. I am plotting wavelet image using waveletcomp library . I am trying define maximum and minimum (range) of the color scale. *command is*: wt.image(my.w, color.key = "interval", n.levels = 250, legend.params = list(lab =

Re: [R] Plotting error bars in xy-direction

2007-12-05 Thread Ben Bolker
Hans W Borchers wrote: > > Dear R-help, > > I am looking for a function that will plot error bars in x- or y-direction > (or > both), the same as the Gnuplot function 'plot' can achieve with: > > plot "file.dat" with xyerrorbars,... > > Rsite-searching led me to the functions 'errbar' a

[R] Plotting error bars in xy-direction

2007-12-05 Thread Hans W. Borchers
Dear R-help, I am looking for a function that will plot error bars in x- or y-direction (or both), the same as the Gnuplot function 'plot' can achieve with: plot "file.dat" with xyerrorbars,... Rsite-searching led me to the functions 'errbar' and 'plotCI' in the Hmisc, gregmisc, and plotri