Install devtools first, and then use devtools
to install imputeR
from github.
#install.packages(devtools)
devtools::install_github("jyanglab/fieldlayout")
library(fieldlayout)
List all the functions in the package and find help.
ls(getNamespace("fieldlayout"), all.names=TRUE)
?fieldlayout
coming soon.