-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
49 lines (48 loc) · 1.31 KB
/
NAMESPACE
File metadata and controls
49 lines (48 loc) · 1.31 KB
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
# Generated by roxygen2: do not edit by hand
export(Discr_and_FP_wraper)
export(calc_dbICC)
export(calc_discriminability)
export(calc_fingerprinting)
export(calc_i2c2)
export(calc_icc_gradient_flow)
export(colormap.gradient.flow)
export(discr.discr)
export(discr.rdf)
export(discriminability_wraper)
export(distance_field_map.df)
export(fingerprinting_wraper)
export(hex2rgb)
export(icc_gradient_flow)
export(lme_ICC_1wayR)
export(lme_ICC_2wayM)
export(lme_ICC_2wayR)
export(rex_plot.discri_matrix)
export(rex_plot.distance)
export(rex_plot.distance_field_map)
export(rex_plot.icc.gradient.hist)
export(rex_plot.icc.gradient.norm)
export(rex_plot.sub_distance)
export(rex_plot.var.change)
export(rex_plot.var.field)
export(rex_plot.var.field.n)
export(rgb2hex)
export(unpack_var)
import(dplyr)
import(ggplot2)
import(lme4)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(colorspace,darken)
importFrom(colorspace,lighten)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(reshape2,melt)
importFrom(scales,hue_pal)
importFrom(shinybusy,remove_modal_progress)
importFrom(shinybusy,show_modal_progress_line)
importFrom(shinybusy,update_modal_progress)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,dist)
importFrom(stats,quantile)
importFrom(stats,var)