Skip to contents

Contains a sample Multivari Plot dataset

Usage

multi_vari_data

Format

An object of class tbl_df (inherits from tbl, data.frame) with 18 rows and 4 columns.

Examples

multi_vari_data
#> # A tibble: 18 × 4
#>    cycle fixture  line force
#>    <int>   <dbl> <dbl> <dbl>
#>  1     1       1     1  20.0
#>  2     2       1     1  20.1
#>  3     3       1     1  20.0
#>  4     1       2     1  19.6
#>  5     2       2     1  23.3
#>  6     3       2     1  20.2
#>  7     1       3     1  23.2
#>  8     2       3     1  23.3
#>  9     3       3     1  22.9
#> 10     1       1     2  20.0
#> 11     2       1     2  20.3
#> 12     3       1     2  20.3
#> 13     1       2     2  22.0
#> 14     2       2     2  21.8
#> 15     3       2     2  22.3
#> 16     1       3     2  21.1
#> 17     2       3     2  21.5
#> 18     3       3     2  21.8