Learn R Programming

secr (version 3.2.1)

print.traps: Print Detectors

Description

Print method for traps objects.

Usage

# S3 method for traps
print(x, …)

Arguments

x

traps object

arguments to pass to print.default

See Also

print, traps

Examples

Run this code
# NOT RUN {
print(make.grid(nx = 5, ny = 3))
# }

Run the code above in your browser using DataLab