print.flux: Print details of a flux object

View source: R/movement.R

print.fluxR Documentation

Print details of a flux object

Description

Print details of a given flux object

Usage

## S3 method for class 'flux'
print(x, ...)

Arguments

x

a flux object

...

further arguments to be passed to or from other methods. They are ignored in this function.

Examples

flux <- gravity(theta = 0.1, alpha = 0.5, beta = 0.1, gamma = 0.1)
print(flux)

SEEG-Oxford/movement documentation built on April 17, 2023, 4:17 p.m.