| print.f_scan | R Documentation |
Print method for f_scan objects
Summary method for f_scan objects
Plot method for f_scan objects
## S3 method for class 'f_scan'
print(
x,
summary = TRUE,
outliers = TRUE,
boxplot = TRUE,
histogram = TRUE,
qqplot = TRUE,
main_plot = TRUE,
advice = TRUE,
digits = 3,
...
)
## S3 method for class 'f_scan'
summary(object, digits = 3, ...)
## S3 method for class 'f_scan'
plot(x, boxplot = TRUE, histogram = TRUE, qqplot = TRUE, main_plot = TRUE, ...)
x |
An |
summary |
Logical. Print summary statistics table? Default |
outliers |
Logical. Print outlier table? Default |
boxplot, histogram, qqplot, main_plot |
Logical. Which plots to render? |
advice |
Logical. Print statistical test recommendations? Default |
digits |
Integer. Decimal places for printed tables. Default |
... |
Further arguments passed to or from other methods. Currently
unused by the |
object |
f_scan object to make a summary table from. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.