plot.ppmData: Plot a ppmData object

View source: R/methods.R

plot.ppmDataR Documentation

Plot a ppmData object

Description

Plot a ppmData object

Usage

## S3 method for class 'ppmData'
plot(
  x,
  main = "Quadrature Scheme",
  rcols = gray(0.5, 0.75),
  pch.cols = c("#1B9E77", "#D95F02", "#7570B3", "#E7298A", "#E6AB02", "#A6761D",
    "#666666"),
  pchs = 15:20,
  plt.legend = TRUE,
  ...
)

Arguments

x

A ppmData object.

main

Title of the plot, default is 'Quadrature Scheme'

rcols

Vector of colours or colour codes for raster

pch.cols

Vector of point shapes

pchs

Vector of pch codes

plt.legend

boolean plot the legend or not, default is TRUE.

\dots

Ignored


skiptoniam/qrbp documentation built on May 13, 2023, 2:08 a.m.