search for: rylab

Displaying 7 results from an estimated 7 matches for "rylab".

Did you mean: ylab
2013 Jun 15
2
Plotting two y-axis vs non-numeric x-axis
Hi dear all, the following code is correct. but I want to use non-numeric x-axis, for example if I replace time <- seq(0,72,6) by month <- c("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","Pag") Ofcourse I use factor(month) instead of
2009 Sep 10
1
Issue displaying DATES on a plot with two ordinates
...;, '2009-08-09', '2009-08-12', '2009-08-16', '2009-08-19'), format="%Y-%m-%d") y.Left <- c(70.13, 75.1, 74.35, 78.9, 80.92) y.Right <- c(35, 45, 50, 47, 53) twoord.plot(x.Left, y.Left, x.Right, y.Right, xlab="Date", ylab="Trend 1", rylab="Trend 2", lwd=2, lcol='blue') Thanks in advance for any help, C.C. P.S. I am aware of the criticisms of these sort of graphs, but they are pretty. Also, they seem to be used a lot in meetings i've attended recently. Windows Vista > sessionInfo() R version 2.9.2 (2009-...
2009 Oct 22
1
twoord.plot y lab size
...ap. I tried using cex.axis in my par command but that only adjusted the x units, not the y. cex.axis in twoord.plot did not help. How do I adjust Y units in the twoord.plot? example: twoord.plot (lx=myear, ly=z, rx=myear, ry=sta,xlim=c(1985,2010), xlab="Year",ylab="Individuals", rylab="# Stations") -- Jacob Kasper http://twitter.com/Protect_Oceans 66°04' N 23°07' W Coastal & Marine Management Master's Student University Centre of the Westfjords Sundstræti 14 37 Devens Rd Ísafjörður, 400 Swampscott,...
2013 Jun 06
2
generating a bar chart with two axis for co-linear variable
Hello Dimitris, I was goggling for some help on Sensitivity vs 1-specificity and saw your link. I hope you can be of help to me in one of the issue that I am facing in generating combo chart(bar chart and plot). I am a novice and have some difficulty in getting this logic correct. I am give a dataset (I am attaching a sample dataset). I am using a barplot() and passing values for
2009 Jan 14
3
multiple secondary axes
Dear R experts, I want to plot a line chart with another secondary axis placed right to the standard secondary axis which one can access with the axis command, so that the data lines are seen in the same plot. Is there any way to do this in R? Many thanks, Kirsten.
2011 Jun 15
2
plot with two y axes BUT unaligned x axis
Hi all, I have scoured the archives of this forum but nothing quite seems to fit the bill... I would like to plot a graph displaying two variables (y axes) that share date as the x axis. However, the date values for each variable are not the same - for example, some parasitoids were not released on days that collections from the trap took place, whilst sometimes releases did occur on the same
2009 Sep 11
3
For sending my R package as part of R-project
...;, '2009-08-09', '2009-08-12', '2009-08-16', '2009-08-19'), format="%Y-%m-%d") y.Left <- c(70.13, 75.1, 74.35, 78.9, 80.92) y.Right <- c(35, 45, 50, 47, 53) twoord.plot(x.Left, y.Left, x.Right, y.Right, xlab="Date", ylab="Trend 1", rylab="Trend 2", lwd=2, lcol='blue') Thanks in advance for any help, C.C. P.S. I am aware of the criticisms of these sort of graphs, but they are pretty. Also, they seem to be used a lot in meetings i've attended recently. Windows Vista > sessionInfo() R version 2.9.2 (2009-...