fmrarkort: fmrarkort

Description Usage Arguments Value Examples

View source: R/fmrarkort.R

Description

fmrarkort

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
fmrarkort(
  data = NULL,
  id = NULL,
  value = NULL,
  scale = "numeric",
  bins = 5,
  legend = FALSE,
  legendtitle = NULL,
  farver = NULL,
  bornholm = TRUE,
  output = NULL,
  marker = TRUE,
  suffix = "",
  ndigits = 1,
  background = rgb(249/255, 248/255, 224/255),
  filetype = ".png"
)

Arguments

data

The data frame for the RAR data

id

The name of the RAR area

value

The value for the RAR area which shall correspond to the color on the map

scale

The type of the scale for the colors. Can be either 'factor', 'numeric' (default), 'bin.num' or 'bin.cat'

bins

The number of bins if 'bin' specified under 'scale'. Default = 5.

legend

Choose whether the map should includ a legend (default = FALSE)

legendtitle

Choose the name above the legendtitle. Default is the same name as the column specified under 'legend'

farver

A character vector containing colors. (default = FM colors)

bornholm

Should Bornholm be moved north west to be included in the map? defalut = TRUE

output

The name of the exported .png file. No map exported if the output = NULL (default = NULL)

marker

Adds marker to the map saying e.g. "Nordjylland: xx" where the value of xx correspond to the value for Nordjylland in the data. Defalut = TRUE

suffix

The suffix of the marker text, e.g. "pct."

ndigits

The number of digits on the marker text

background

Choose the background color

filetype

Choose the file type of the output file ("png" (= defalut), "pdf" or ".jpeg")

Value

A map of the RAR areas.

Examples

1
2
3
4
## Not run: 
fmrarkort(data = data, id = id, value = value)

## End(Not run)

August-Emil/fmkort documentation built on June 7, 2020, 7:16 a.m.