print and autoplot methods for the objects returned by the
package's analysis functions. The print methods give a concise
console summary of a result; the autoplot methods are thin aliases of
the corresponding plot methods (for example
plot.movecost_accum), provided so that the package works with
the ggplot2::autoplot() generic. These methods are grouped here and
kept out of the main help index to reduce clutter; they remain fully
documented and accessible, for example via ?print.movecost_accum or
?autoplot.movecost_accum.
# S3 method for movecost_accum
print(x, ...)# S3 method for movecost_alloc
print(x, ...)
# S3 method for movecost_boundary
print(x, ...)
# S3 method for movecost_comp
print(x, ...)
# S3 method for movecost_corridor
print(x, ...)
# S3 method for movecost_network
print(x, ...)
# S3 method for movecost_paths
print(x, ...)
# S3 method for movecost_rank
print(x, ...)
# S3 method for movecost_surface
print(x, ...)
# S3 method for movecost_surface
autoplot(object, ...)
# S3 method for movecost_accum
autoplot(object, ...)
# S3 method for movecost_paths
autoplot(object, ...)
# S3 method for movecost_corridor
autoplot(object, ...)
# S3 method for movecost_boundary
autoplot(object, ...)
# S3 method for movecost_alloc
autoplot(object, ...)
# S3 method for movecost_network
autoplot(object, ...)
# S3 method for movecost_rank
autoplot(object, ...)
# S3 method for movecost_comp
autoplot(object, ...)
The print methods return their argument invisibly; the
autoplot methods return a ggplot object.
a movecost result object (for the print methods).
passed on to the corresponding plot method (for
autoplot), or unused (for print).
a movecost result object (for the autoplot methods).