is.na-methods | R Documentation |
is.na
methods for "timeDate"
objects.
# create a timeCalendar sequence
(td <- timeCalendar())
is.na(td)
# insert NA's
is.na(td) <- 2:3
td
# test of NA's
is.na(td)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.