print.trapTransect: Function to print a trapTransect object usefullly.

Description Usage Arguments Details Value References See Also Examples

Description

This function prints the details of a trapTransect object.

Usage

1
2
3
## S3 method for class trapTransect 
## S3 method for class 'trapTransect'
print(x, ...)

Arguments

x

An object representing a transect of seed traps.

...

further arguments passed to or from other methods.

Details

The print function simply uses str on the trapTransect object.

Value

This function is called for its side-effect, which is to print the object informatively.

References

Jones, O.D., R. Maillardet, and A.P. Robinson. 2009. An Introduction to Scientific Programming and Simulation, Using R. Chapman And Hall/CRC.

See Also

trapTransect

Examples

1
2
s1 <- trapTransect(distances = 1:4, seed.count = c(4, 3, 2, 0))
s1

spuRs documentation built on May 2, 2019, 12:44 p.m.