Learn R Programming

camtrapR (version 3.1.0)

plot.camOp: Plotting method for camera trap station operation matrix

Description

Plotting method for camera trap station operation matrix

Usage

# S3 method for camOp
plot(x, camOp = NULL, palette = "viridis", lattice = FALSE, ...)

Arguments

x

an object used to select a method

camOp

alternative to `x` (for backward compatibility)

palette

the color palette to use (default: `"viridis"`)

lattice

whether or not to plot using lattice (default: `FALSE`)

...

further arguments passed to or from other methods