plot_variation: Make a plot based on a data frame

Description Usage Arguments

View source: R/plot_variation.r

Description

Make a plot based on a data frame

Usage

1
2
3
4
5
6
7
8
9
plot_variation(
  input_data = NULL,
  xlab = "Area",
  ylab = "Rate",
  type = "histogram",
  num_groups = 5,
  decimal_mark = ",",
  big_mark = " "
)

Arguments

input_data

Data to be plotted

xlab

Label on x-axis

ylab

Label on y-axis

type

What kind of plot. Default and only choice, at the moment: "histogram"

num_groups

Number of natural break groups

decimal_mark

sign to use for decimal

big_mark

sign to use for numbers over a thousand


Helseatlas/shinymap documentation built on June 11, 2020, 3:38 a.m.