times-webdata: the times of an webdata object

Description Usage Arguments Examples

Description

Functions to get or set the times of a webdata object

Usage

1
2
3
4
5
6
7
8
9
times(.Object)

times(.Object) <- value

## S4 replacement method for signature 'webdata'
times(.Object) <- value

## S4 method for signature 'webdata'
times(.Object)

Arguments

.Object

a webdata object

value

a POSIXct vector

Examples

1
2
3
4
wd <- webdata('prism')
times(wd) <- as.POSIXct(c("2012-11-04", "2012-11-12"))
times(wd)[1] <- as.POSIXct("2012-11-04")
times(wd)

eric-erki/geoknife documentation built on Dec. 31, 2019, 12:54 a.m.