search for: trytablecompar

Displaying 1 result from an estimated 1 matches for "trytablecompar".

Did you mean: trytablecompare
2013 Mar 05
2
multiple plots and looping assistance requested
...& x versus y2). The data used here comes from a .csv file where there are about 100 sites and each site has it own unique station_id. In the end there should be a .pdf plot for each site. This is the full R code that I have written to process the data from the .csv file in order to plot it: trytablecompare <- read.csv("calibset_fluxmasterandWRTDS_20130226.csv", sep = ",", stringsAsFactors = FALSE) x = trytablecompare[-c(1:2, 2193:2196), 1] sub("(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)$", "", x, perl=TRUE) columnsneed <- trytablecompare[-c...