Denné Reed, Department of Anthropology, University of Texas at Austin Wendy Dirks, School of Dental Sciences, Newcastle University, UK Laura McMaster, Children’s Healthcare of Atlanta Terry Harrison,
approd<-read.csv("data/ser-amb-har.csv")
## Warning: cannot open file 'data/ser-amb-har.csv': No such file or
## directory
## Error: cannot open the connection
attach(approd)
## Error: object 'approd' not found
approd.x<-xtabs(MNI~site_label+taxon)
## Error: object 'MNI' not found
detach(approd)
## Error: invalid 'name' argument
head(approd.x)
## Error: object 'approd.x' not found
You can also embed plots, for example:
plot(cars)