search for: x1986

Displaying 4 results from an estimated 4 matches for "x1986".

Did you mean: 1986
2009 May 06
2
X and Y axis labels on a barplot
Dear all, I have produced a barplot and wish to alter the axes a little. In place of the variable names appearing on the x-axis, I'd like to have the numbers 1986 to 1995. I have tried using the argument xlim=c(1986,1995) in the barplot command but receive: "Error in plot.window(xlim, ylim, log = log, ...) : invalid 'xlim' value" Also, on the y-axis, the values are
2006 Oct 27
3
How to best divide table by table
Hi all, how can I divide two tables of the same dimension so that all names are preserved, ie do not become NA? I have "tab1" and "tab2", each having names in the first column. I want "tab3" with the same names and values "tab1/tab2". Thanks, Serguei
2010 Oct 18
2
VectorComparison
...got stuck with this. I would like to compare each elements of a vector A with any of the elements in Vector B. For some reasons it does not work. > StartDate = as.Date("01/10/2007", "%d/%m/%Y") > TimeSpan = seq(StartDate, by = 'days', length = length(myAverageCWVs$X1986)) > TickLabels = c("2007-10-01", "2007-11-01", "2007-12-01", "2008-01-01") > TimeSpan[1:40] == TickLabels Here I would expect TRUE for teh first entry and then TRUE for the entry related to "2007-11-01". This doesn't seem to be the ca...
2009 May 01
1
Problems with 'valid columns' when using merge
...cify valid column(s) However, as far as I can tell, the column names (as stated in the above code) appear to be valid: > colnames(arun_1986) [1] "Latitude" "Longitude" "Sim_1986" > colnames(fekete_1986) [1] "Latitude" "Longitude" "X1986" I'm trying to merge based on both the Latitude and Longitude column and have used by=c("name_x", "name_y") before without too many problems. Any suggestions would be gratefully received. Many thanks, Steve