NScases | R Documentation |
Confirmed cases of COVID19 in Nova Scotia, Canada.
data(NScases)
An object of class "list"
containing 'day' (in Date format) and
'cases', the integer vector of daily counts.
data(NScases)
with(NScases, plot(day, cases, pch=8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.