flir_stats_group: Statistics from 'stats_by_group'

Description Usage Format Details Examples

Description

Results of running stats_by_group for FLIR photos included in the package installation, which can be located by: list.files(system.file("extdata/", package = "ThermStats"), full.names = TRUE).

Usage

1

Format

A list consisting of:

Details

This data is primarily included to speed up build time of the package vignette (see browseVignettes("ThermStats")). You can reproduce flir_stats_group by following the code in the vignette.

Examples

1
2
3
4
5
6
7
head(flir_stats_group$df)
flir_stats_group$pstats
plot_patches(df = flir_stats_group$df,
             patches = flir_stats_group$patches, 
             save_plot = FALSE, 
             print_plot = TRUE,
             plot_distribution = FALSE)

rasenior/ThermStats documentation built on Oct. 31, 2020, 3:48 p.m.