Contains a sample Multi-Vari Plot dataset
An object of class tbl_df
(inherits from tbl
, data.frame
) with 54 rows and 4 columns.
Examples
multi_vari_data_2
#> # A tibble: 54 × 4
#> Operator Part Trial Length
#> <dbl> <dbl> <dbl> <dbl>
#> 1 1 1 1 127.
#> 2 1 2 1 120.
#> 3 1 3 1 120.
#> 4 1 4 1 117.
#> 5 1 5 1 124.
#> 6 1 6 1 116.
#> 7 2 1 1 126.
#> 8 2 2 1 117.
#> 9 2 3 1 117.
#> 10 2 4 1 117.
#> # … with 44 more rows