rcc2PlotInd: rcc2PlotInd

Description Usage Author(s)

View source: R/rcc2PlotInd.R

Description

internal function.

Usage

 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)

Author(s)

Fredrik Sandin, RCC Uppsala-Örebro


oc1lojo/rccshinydemo documentation built on Dec. 4, 2019, 12:37 a.m.