. 2010?
Best Regards
Martin
--
*/ Martin Hvidberg
Tanggårdsvej 22
2680 Solrød
tlf.: 35 83 01 91
email: mar...@hvidberg.net /*
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mail
I have a data frame (daf1), that holds +8 records, and 10 variables (i.e.
10 columns and some 8 rows)
> length(daf1)
[1] 10
> length(daf1[,1])
[1] 83805
I would like to sample() e.g. 1 records from this. I use:
> daf2 <- sample(daf1, 1000, replace = FALSE, prob = NULL)
Error in `[
I want to find the DOY (Day of Year) of some dates. I think to substract the
date 1. January from the data to achive this. Something like:
> d <- as.Date("2006-03-13") - as.Date("2006-01-01") +1
> d
Time difference of 72 days
So far so good. But d is a 'difftime' object. How do I get an Integer
3 matches
Mail list logo