sorry this should work On Tue, Jul 15, 2008 at 3:50 PM, stephen sefick <[EMAIL PROTECTED]> wrote: RM215 <- matrix(c(-82.1461363, 33.5959109), nrow=1)
> RM215.sp <- SpatialPoints(RM215, proj4string=CRS("+proj=longlat > +datum=WGS84")) > d060101 <- as.POSIXct("2006-01-01", tz="EST") > study_seq <- seq(from=d060101, length.out=761, by="days") > up.215 <- sunriset(RM215.sp, study_seq, direction="sunrise", > POSIXct.out=TRUE) > down.215 <- sunriset(RM215.sp, study_seq, direction="sunset", > POSIXct.out=TRUE) > > #I would like to extract just the time part of the output is there any way > to do this? > > -- > Let's not spend our time and resources thinking about things that are so > little or so large that all they really do for us is puff us up and make us > feel like gods. We are mammals, and have not exhausted the annoying little > problems of being mammals. > > -K. Mullis > -- Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals. -K. Mullis [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.