Displaying 1 result from an estimated 1 matches for "myaveragecwv".
Did you mean:
myaveragecwvs
2010 Oct 18
2
VectorComparison
...nt in R and I 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...