An evaluation of the number, weight and size of 24 native potatoes varieties.

data(natives)

Format

A data.frame with 876 observations on the following 4 variables.

@details

  • variety variety

  • number number

  • weight weight

  • size size

Source

International Potato Center. CIP - Lima Peru.

Examples

library(agricolae) data(natives) str(natives)
#> 'data.frame': 876 obs. of 4 variables: #> $ variety: int 7 9 10 13 15 16 21 3 7 8 ... #> $ number : int 780 150 1998 1169 637 150 1376 150 154 60 ... #> $ weight : num 20 2.5 30 25 10 2.5 10 1.5 4.5 1.5 ... #> $ size : num 0.026 0.017 0.015 0.021 0.016 0.017 0.007 0.01 0.029 0.025 ...