extract_time_space | R Documentation |
Extracts time (from date column) and space (aka depth) information
extract_time_space(wtemp)
wtemp |
matrix; Water temperatures (rows correspond to time, cols to depth) |
list of datetimes and depths
## Not run: wtemp <- data.frame( date = c("1979-04-02", "1979-04-02"), temp_0 = c(0, 0), temp_1 = c(1, 1), stringsAsFactors = FALSE) extract_time_space(wtemp) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.