print.pibblefit: Print dimensions and coordinate system information for...

Description Usage Arguments See Also Examples

View source: R/strayfit_methods.R

Description

Print dimensions and coordinate system information for pibblefit object.

Usage

1
2
## S3 method for class 'pibblefit'
print(x, summary = FALSE, ...)

Arguments

x

an object of class pibblefit

summary

if true also calculates and prints summary

...

other arguments to pass to summary function

See Also

summary.pibblefit summarizes posterior intervals

Examples

1
2
3
4
5
## Not run: 
fit <- pibble(Y, X)
print(fit)

## End(Not run)

jsilve24/mongrel documentation built on Jan. 27, 2022, 9:54 p.m.