Skip to contents

These methods provide concise printing and simple ggplot2 displays for individual diagnostic objects returned by validate_ud(), validate_msd(), validate_sinuosity(), and validate_barrier_crossing().

Usage

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

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

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

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

# S3 method for class 'gmov_metric_ud'
plot(x, ...)

# S3 method for class 'gmov_metric_msd'
plot(x, ...)

# S3 method for class 'gmov_metric_sinuosity'
plot(x, ...)

# S3 method for class 'gmov_metric_barrier'
plot(x, ...)

Arguments

x

A gmov diagnostic result.

...

Currently unused.

Value

Print methods return x invisibly. Plot methods return the ggplot object invisibly after printing it.