matplot0: Expanded matplot()

View source: R/matplot0.R

matplot0R Documentation

Expanded matplot()

Description

Expanded matplot()

Usage

matplot0(
  x = NULL,
  y,
  type = "l",
  lty = 1:5,
  lwd = 1,
  lend = par("lend"),
  pch = 1,
  col = 1:6,
  cex = 1,
  bg = 1,
  xlab = "x",
  ylab = "y",
  xlim = NULL,
  ylim = NULL
)

Details

This function is very similar to 'matplot()', but removes NA when plotting.


YT100100/TodaFunc documentation built on Nov. 16, 2023, 1:12 a.m.