internal function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | rcc2PlotInd(group = NULL, groupHideLessThan = FALSE,
groupHideLessThanLabel = "(otillräcklig data)",
groupMaxChars = NULL, ind = NULL, period = NULL, periodMaxN = 99,
periodIncludeGroupsNotInLatestPeriod = TRUE, indType = class(ind),
indNumeric = indType %in% c("difftime", "numeric", "integer"),
indNumericExcludeNeg = TRUE, indNumericPercentiles = c(0.25, 0.5,
0.75), indFactorHide = NULL, indFactorSortByCols = NULL,
indFactorShowN = ifelse(!is.null(indFactorHide), TRUE, FALSE),
indShowPct = ifelse(indType == "factor", FALSE, TRUE),
indTitle = ifelse(indNumeric, "Median", "Procent"),
indNCasesTxt = "Antal fall", indNCasesOfTxt = "av",
legendNCol = NULL, legendFixedTextWidth = TRUE, col = NULL,
border = TRUE, xMax = if (indNumeric) { NULL } else { 100 },
xBy = NULL, xLab = ifelse(indNumeric, "Median samt kvartilavstånd",
"Procent"), allLab = "RIKET", emphLab = NULL, title = NULL,
subtitle1 = NULL, subtitle2 = NULL, cexText = 1, cexPoint = 2.25,
targetValues = NULL, targetValuesHigh = NULL,
targetValuesLabels = c("Mellannivå av måluppfyllelse",
"Hög nivå av måluppfyllelse"), funnelplot = FALSE,
funnelplotProbs = c(0.05, 0.01), sort = TRUE, subset = NULL,
subsetLab = "SUBSET", extra = NULL, extraLab = "EXTRA",
outputHighchart = FALSE)
|
Fredrik Sandin, RCC Uppsala-Örebro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.