plotFast: Faster plot

View source: R/plotFast.R

plotFastR Documentation

Faster plot

Description

Function to plot faster GPR data

Usage

plotFast(
  x,
  col = palGPR(),
  colorbar = TRUE,
  interpolate = TRUE,
  xlab = NULL,
  ylab = NULL,
  sym = TRUE,
  ylim = NULL,
  xlim = NULL
)

Arguments

x

[class GPR]

col

Color palette

colorbar

[color palette]

interpolate

[logical(1)]

xlab

[charachter(1)]

sym

[logical(1)] if TRUE the colorbar is symmetric

ylim

[numeric(2)] the y limits (y1, y2) of the plot.

xlim

[numeric(2)] the x limits (x1, x2) of the plot.


emanuelhuber/RGPR documentation built on May 13, 2024, 9:31 p.m.