Experimental Design and Analysis for tree Improvement using R

Author

Muhammad Yaseen

Preface

This book contains R codes and tutorials from R package eda4treeR on Experimental Design and Analysis for tree Improvement by E.R. Williams, C.E. Harwood and A.C. Matheson.

The development version of R package eda4treeR can be installed from github as follows:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/eda4treeR")

The stable version of R package eda4treeR can be installed from CRAN as follows:

install.packages("eda4treeR")