-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
86 lines (85 loc) · 2.24 KB
/
Copy pathNAMESPACE
File metadata and controls
86 lines (85 loc) · 2.24 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
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
# Generated by roxygen2: do not edit by hand
S3method("$",datras_raw)
S3method("$<-",datras_raw)
S3method(c,datras_raw)
S3method(print,datras_raw)
S3method(summary,datras_raw)
export(add_ices_areas)
export(add_numbers_at_length)
export(add_species_info)
export(add_swept_area)
export(add_swept_area_fishglob)
export(add_total_numbers_by_haul)
export(add_total_weight_by_haul)
export(add_total_weight_by_haul_fishglob)
export(add_weight_at_length)
export(as_fishglob)
export(as_long_format)
export(as_table)
export(as_wide_format)
export(calc_spatial_indicators)
export(calc_stratified_index)
export(check_lengths)
export(check_outliers)
export(check_weights)
export(clean_datras)
export(clean_fishglob)
export(correct_species)
export(download_datras)
export(drop_ca)
export(drop_hl)
export(get_accuracy_cm)
export(get_aphia)
export(get_latin)
export(list_prune_datras_available)
export(list_prune_datras_defaults)
export(list_surveys)
export(make_survey_grid)
export(plot_datras_overview)
export(plot_length_distribution)
export(plot_spatial_indicators)
export(plot_species_composition)
export(plot_stratified_index)
export(prune_datras)
export(prune_fishglob)
export(read_datras)
export(write_datras)
importFrom(DATRAS,downloadExchange)
importFrom(DATRAS,getDatrasExchange)
importFrom(grDevices,grey)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,coefficients)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(stats,xtabs)
importFrom(utils,URLencode)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,getFromNamespace)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)
importFrom(utils,write.table)