# hutchinson.cotton.R
# Time-stamp: <12 Jul 2023 17:02:06 c:/drop/rpack/agridat/data-raw/panse.cotton.uniformity.R>
libs(dplyr,kw,lattice,readxl,readr,reshape2,tibble)
setwd("c:/x/rpack/agridat/data-done/")
dat1 <- read_excel("hutchinson.cotton.xlsx","Sheet1", col_names=FALSE)
dim(dat1)
dat1 %<>% as.matrix %>% `colnames<-`(1:32) %>% melt %>% rename(row=Var1,col=Var2,yield=value)
dat <- dat1
hutchinson.cotton.uniformity <- dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.