Skip to content

Commit

Permalink
July
Browse files Browse the repository at this point in the history
  • Loading branch information
darwinanddavis authored Jul 9, 2018
1 parent a0285cc commit 9d6d398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snail_mesocosm.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lapply(packages,library,character.only=T)
wd <- dlgInput("Set working directory", "Your working dir (without quotation marks")$res # set working dir
setwd(paste0(wd,"/")); list.files() # setwd and list files
f <- "meso1.csv"
f2 <- "meso2.csv"
f2 <- "meso2.csv"

#### load data
meso1 <- read.table(f,header=T,sep=",", row.names=NULL,stringsAsFactors=FALSE, strip.white=TRUE) # read data
Expand Down

0 comments on commit 9d6d398

Please sign in to comment.