-
Notifications
You must be signed in to change notification settings - Fork 0
/
prepAT.r
37 lines (36 loc) · 922 Bytes
/
prepAT.r
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
#source("prepAT.r")
#library(plot3D)##added in for checking, doesn't work
library(hexbin)
library(scatterplot3d)
library(rgl)
library(rJava) ##Make sure RStudio and Java are the same 64 or 32-bit
library(XLConnectJars)
library(XLConnect)
library(RColorBrewer)
library(colorspace)
library(colorRamps)
library(stats)##not in this version
library(ggplot2)
library(animation)
#detach("package:dplyr") ##can't find, this line was messing with loading xlsx packages using the source(prepAT.r) command on working file
library(openxlsx)
library(xlsx)
#detach(xlxs when doing csv in code lumphus script)
library(chron)
library(lubridate)
library(magick)
#library(plyr)
library(dplyr)
#library(plotflow)
library(gridExtra)
library(cowplot)
library(zoo)
#library(adehabitat)##not in this version
library(adehabitatHR)
library(maptools)
library(sp)
library(Rwave)
#library(sowas)
library(WaveletComp)
library(dplyr)
library(tidyr)