ggdecisao | R Documentation |
Plota distribuição das decisões conforme a câmara e o recorrente
ggdecisao(
data,
title = "",
x = NULL,
facet = NULL,
fill = NULL,
ordered = TRUE,
x_label = "Câmara",
y_label = "Número de decisões",
legend = "Decisão",
caption = "Fonte: TJSP"
)
data |
dataframe |
title |
Título do gráfico |
x |
orgao julgador, geralmente a câmara |
facet |
facetas para facet_grid, geralmente o recorrente |
fill |
preenchimento, geralmente a decisão |
ordered |
se verdadeiro irá extrair somente os números e as siglas e ordená-la adequadaemente. |
x_label |
etiqueta para órgão julgador, geralmente "câmara" |
y_label |
etiqueta para número de casos, geralmente "número de decisões" |
legend |
título da legenda |
caption |
indicação da fonte |
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.