forked from famuvie/breedR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
105 lines (104 loc) · 2.81 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method("$",metagene)
S3method("$<-",metagene)
S3method("[",metagene)
S3method(all,equal.remlf90)
S3method(as.data.frame,metagene)
S3method(as.data.frame,pedigree)
S3method(coef,remlf90)
S3method(effect_size,breedr_effect)
S3method(effect_size,effect_group)
S3method(effect_type,breedr_effect)
S3method(effect_type,effect_group)
S3method(extractAIC,remlf90)
S3method(fitted,remlf90)
S3method(fixef,remlf90)
S3method(get_ntraits,metagene)
S3method(get_param,spatial)
S3method(get_pedigree,genetic)
S3method(get_pedigree,metagene)
S3method(get_pedigree,remlf90)
S3method(get_structure,breedR)
S3method(get_structure,breedr_effect)
S3method(get_structure,effect_group)
S3method(logLik,remlf90)
S3method(model.frame,remlf90)
S3method(model.matrix,ar)
S3method(model.matrix,blocks)
S3method(model.matrix,breedr_effect)
S3method(model.matrix,effect_group)
S3method(model.matrix,remlf90)
S3method(model.matrix,splines)
S3method(neighbours.at,list)
S3method(neighbours.at,matrix)
S3method(ngenerations,metagene)
S3method(nindividuals,metagene)
S3method(nobs,remlf90)
S3method(plot,metagene)
S3method(plot,ranef.breedR)
S3method(plot,remlf90)
S3method(print,breedR.variogram)
S3method(print,ranef.breedR)
S3method(print,remlf90)
S3method(print,summary.metagene)
S3method(print,summary.remlf90)
S3method(ranef,remlf90)
S3method(renderpf90,additive_genetic_animal)
S3method(renderpf90,additive_genetic_competition)
S3method(renderpf90,ar)
S3method(renderpf90,blocks)
S3method(renderpf90,breedr_modelframe)
S3method(renderpf90,default)
S3method(renderpf90,diagonal)
S3method(renderpf90,effect_group)
S3method(renderpf90,fixed)
S3method(renderpf90,generic)
S3method(renderpf90,matrix)
S3method(renderpf90,permanent_environmental_competition)
S3method(renderpf90,splines)
S3method(residuals,remlf90)
S3method(sim.spatial,metagene)
S3method(summary,metagene)
S3method(summary,remlf90)
S3method(vcov,random)
S3method(vcov,remlf90)
export(b.values)
export(breedR.getOption)
export(breedR.qdel)
export(breedR.qget)
export(breedR.qnuke)
export(breedR.qstat)
export(breedR.remote_load)
export(breedR.sample.AR)
export(breedR.sample.BV)
export(breedR.sample.phenotype)
export(breedR.sample.splines)
export(breedR.setOption)
export(build_pedigree)
export(check_pedigree)
export(compare.plots)
export(fixef)
export(get_ntraits)
export(get_pedigree)
export(ngenerations)
export(nindividuals)
export(print.breedR.q)
export(ranef)
export(read.metagene)
export(remlf90)
export(sim.spatial)
export(summary.breedR.q)
export(variogram)
exportMethods("coordinates<-")
exportMethods(coordinates)
import(Matrix)
import(ggplot2)
import(sp)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)
importFrom(nlme,fixef)
importFrom(nlme,ranef)
importFrom(stats,model.matrix)
importFrom(stats,nobs)
importFrom(stats,vcov)
importMethodsFrom(Matrix,coerce)