https://github.com/cran/agricolae
Revision 6b37966eb0fcdf707a28a5d5967507d75aad22c2 authored by Felipe de Mendiburu on 12 June 2016, 23:33:27 UTC, committed by cran-robot on 12 June 2016, 23:33:27 UTC
1 parent bae716e
Raw File
Tip revision: 6b37966eb0fcdf707a28a5d5967507d75aad22c2 authored by Felipe de Mendiburu on 12 June 2016, 23:33:27 UTC
version 1.2-4
Tip revision: 6b37966
NAMESPACE
exportPattern("^[[:alpha:]]+")
S3method(summary,graph.freq)
S3method(plot,graph.freq)
S3method(plot,AMMI)
import(klaR)
import(cluster)
import(MASS)
import(nlme)
import(spdep)
import(AlgDesign)
import(utils)
importFrom("graphics", "layout", "abline", "arrows", "axis", "barplot", "legend",
     "lines", "plot", "points", "rect", "segments", "text")
     importFrom("stats", "AIC", "BIC", "anova", "aov", "as.dendrogram",
     "as.dist", "as.formula", "chisq.test", "coef", "cutree",
     "density", "deviance", "df.residual", "dist", "dt",
     "formula", "hclust", "integrate", "lm", "median", "na.omit",
     "p.adjust", "pchisq", "pf", "pnorm", "predict", "princomp",
     "pt", "ptukey", "qchisq", "qf", "qnorm", "qt", "qtukey",
     "quantile", "residuals", "rnorm", "runif", "sd", "var",
     "vcov")
     
back to top