Skip to contents

Data from the paper 'Temporal and spatial dynamics of watermelon gummy stem blight epidemics'.

Usage

data("DidymellaWatermelon")

Format

A data frame with 1,344 observations on the following 4 variables.

dap

An integer vector. Represents 'days after planting'.

NS_col

An integer vector. Represents the North-South column position.

EW_row

An integer vector. Represents the East-West row position.

severity

An integer vector. Represents the severity (0 to 4 scale) of gummy stem blight.

Details

more details

Source

Café-Filho, A.C., Santos, G.R. & Laranjeira, F.F. Temporal and spatial dynamics of watermelon gummy stem blight epidemics. Eur J Plant Pathol 128, 473–482 (2010). https://doi.org/10.1007/s10658-010-9674-1

References

references

Examples

  data(DidymellaWatermelon)
  head(DidymellaWatermelon)
#> # A tibble: 6 × 4
#>     dap NS_col EW_row severity
#>   <int>  <int>  <int>    <int>
#> 1    50      1      1        0
#> 2    50      1      2        0
#> 3    50      1      3        0
#> 4    50      1      4        0
#> 5    50      1      5        0
#> 6    50      1      6        0