-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
55 lines (54 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
export(calibrate_the_dates)
export(ecological_indices)
export(icp_aes_data_summary)
export(join_carbon_to_summary)
export(long_corr_matrix)
export(mean_difference_offset)
export(mni_log_nisp)
export(my_maps)
export(my_trunc)
export(particle_size_data_summary)
export(plot_ceramic_and_stone_artefact_mass)
export(read_in_the_data)
export(table_ceramics_lithics)
export(table_fauna_and_molluscs)
import(legendMap)
import(maptools)
importFrom(Bchron,BchronCalibrate)
importFrom(Bchron,Bchronology)
importFrom(G2Sd,granstat)
importFrom(Hmisc,rcorr)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate_each)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggmap,get_googlemap)
importFrom(ggmap,ggmap)
importFrom(ggplot2,ggplot)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(gridExtra,grid.arrange)
importFrom(plyr,ldply)
importFrom(readr,read_csv)
importFrom(reshape2,dcast)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stringr,str_extract)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(vegan,diversity)
importFrom(vegan,specnumber)