search for: 1210_bocastransectsummary

Displaying 1 result from an estimated 1 matches for "1210_bocastransectsummary".

2012 Apr 21
3
Splitting a dataframe by character vector
...such a simple question, but I wrote this out exactly as found it in an exactly similar question, which indicated this should work. Now I am confused! Thank you for any assistance. Ben Neal # Load data from CSV file Cover = read.csv ("/Users/benjaminneal/Documents/1110_Panama/Transect series /1210_BocasTransectSummary.csv", header=T) # Divide dataframe by Site names Site1 <- subset(Cover, Site = "PtaCaracol") PS The csv loads fine, gives normal summary stats, and does not seem to be the issue. I thought about just renaming by hand all the sites in the file (i.e. &quo...