# sharma.met.r
# Simulated data to illustrate Finlay-Wilkinson computation.
pacman::p_load( rio, reshape2)
setwd("c:/one/rpack/agridat/data-raw/")
dat <- import("sharma.met.xlsx")
head(dat)
str(dat)
sharma.met <- dat
agex(sharma.met)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.