Data growth of pijuayo trees in several localities.

data(growth)

Format

A data.frame with 30 observations on the following 3 variables.

@details

  • place a factor with levels L1, and L2

  • slime slime

  • height height

Source

Experimental data (Pucallpa - Peru)

References

ICRAF lima Peru.

Examples

library(agricolae) data(growth) str(growth)
#> 'data.frame': 30 obs. of 3 variables: #> $ place : Factor w/ 2 levels "L1","L2": 1 1 1 1 1 1 1 1 1 1 ... #> $ slime : int 6 7 7 6 10 9 17 17 17 18 ... #> $ height: num 9.4 9.2 10.2 12.5 12.2 10.5 12.1 10.2 11.4 10.1 ...