prettymatplot: prettymatplot plot

View source: R/plot.R

prettymatplotR Documentation

prettymatplot plot

Description

prettymatplot plot

Usage

prettymatplot(x, ylab = ifelse(is.null(names(dimnames(x))[1]), "y",
  names(dimnames(x))[1]), xlab = ifelse(is.null(names(dimnames(x))[1]),
  "x", names(dimnames(x))[1]), legend = guide_legend(), col = NULL,
  lwd = 1)

Arguments

x

matrix

ylab

y label

xlab

x label

legend

logical

col

colors

lwd

line with


elisvb/CCAM documentation built on March 13, 2023, 6:55 a.m.