PlotMatrix: Plot a matrix, with arguments for labels and coordinates

Description Usage Arguments Value

Description

Plot a matrix, with arguments for labels and coordinates

Usage

1
2
3
4
5
6
7
8
PlotMatrix(
  mat,
  digits = 2,
  title = NULL,
  label = TRUE,
  all_coords = TRUE,
  label_size = 4
)

Arguments

mat

matrix

digits

integer, number of digits shown on map

title

character, plot title

label

logical, whether to label

all_coords

logical, whether to show all coordinates on x/y axis

label_size

numberic, label size

Value

ggplot


Blakemassey/gisr documentation built on Aug. 30, 2020, 12:14 a.m.