Fake soil data with multiple soil variables.

soil_fake

Format

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

Examples

str(soil_fake)
#> Classes ‘tbl_df’, ‘tbl’ and 'data.frame': 30 obs. of 5 variables: #> $ gx: int 40 56 61 67 113 173 239 257 283 294 ... #> $ gy: int 193 30 102 110 16 134 252 442 288 181 ... #> $ mg: num 0.67 0.5 0.65 0.5 0.56 0.74 0.47 0.52 0.45 0.7 ... #> $ c : num 1.75 2.25 2.05 2.35 1.45 1.55 0.85 2.25 0.45 2.45 ... #> $ p : num 6.5 5.9 6.4 6.4 6.2 7 5.9 6.2 6.7 7.1 ...