plotBarplot: Plots a map with image.plot using scico colorscales and map...

Description Usage Arguments Examples

View source: R/plotBarplot.R

Description

This function let you plot a map with drawn coast boundary, using a scico colorscale.

Usage

1
2
3
4
5
6
7
8
9
plotBarplot(
  data,
  title = "",
  season = "",
  frac = TRUE,
  rowNames = "",
  colList = c("#0000FF70", "#FF000070", "#00FF0070"),
  lines = F
)

Arguments

data

Data to be ploted, 2d matrix or

title

Title of plot. Defaults to "".

season

Small text in upper corner of plot, for example to specify what season the data is from. Defaults to "".

frac

True to plot fraction of periods, and not number of periods. Defaults to TRUE.

rowNames

Names of rows, when plotting with matrix. Defaults to ".

colList

List of colors supplied to plotfunction. Defaults to c("#0000FF70", "#FF000070", "#00FF0070").

lines

If true plot lines insted of barplot. Defaults to False

Examples

1

NorskRegnesentral/climModelEval documentation built on Jan. 16, 2020, 12:49 a.m.