search for: plotlim

Displaying 2 results from an estimated 2 matches for "plotlim".

Did you mean: plotdim
2013 Aug 25
3
Time axis formatting.
Attached is a plot with a time series. If I have a time series object in R. How do I get the plot in the attached format of time axis?. When I issue plot(ts) I get a time series plot with tic only for years. -- with best regards Sudheer ********************************************************************************** Dr. Sudheer Joseph Scientist INDIAN NATIONAL CENTRE FOR OCEAN INFORMATION
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...guess, but: segments(2.3,1.6,2.3,1.6+<value of LSD>) text(2.2,1.6+<value of LSD>/2,"LSD(P<=0.05)",adj=1) where <value of LSD> is the length of your line. For the "secondary scale", I assume you mean the little ticks on the right side of the plot. Maybe: plotlim<-par("usr") par(xpd=TRUE) segments(plotlim[2],<y values for ticks>, plotlim[2]+diff(plotlim[1:2])/50),<y values for ticks>) where <y values for ticks> are the vertical positions for the ticks. Jim ------------------------------ Message: 152 Date: Mon, 22 Nov 2...