report.Tor | R Documentation |
function to obtain main indicators from Toronto data
report.Tor(
colTgts = c("Source.of.Infection", "Age.Group", "Client.Gender", "Outcome",
"Neighbourhood.Name"),
report = TRUE,
staticPlt = TRUE,
horiz.plts = 4,
vert.plts = 3,
same.Yaxis = TRUE,
interactiveFig = FALSE,
interactive.display = TRUE
)
colTgts |
optional argument to indicate which columns from the Toronto data to process |
report |
optional argument indicating whether a report will be printed to the screen |
staticPlt |
optional argument to indicate whether the 'static' graphical output is wanted or not |
horiz.plts |
number of plots in the horizontal direction |
vert.plts |
number of plots in the vertical direction |
same.Yaxis |
graphical argument to indicate if plots will use same y-axis |
interactiveFig |
boolean flag to indicate whether interactice figures would be generated or not |
interactive.display |
boolean flag to indicate whether the interactive plot will be displayed (pushed) to your browser |
list with statistics by selected as indicated in colTgts
#@export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.