rm(list=ls()) #clears the workspace library(dplR) #loads dlpR setwd('C:/Users/prs/Desktop') #sets the path xxx <- read.rwl('1ARS.IN1',long=T) #reads the data in data(xxx) #enter file name of rwl file dim(xxx) #enter file name of rwl file colnames(xxx) #lists names of columns head(rownames(xxx)) #lists names of rows class(xxx) #lists type of data (e.g. rwl) rwl.stats(xxx) # enter the file name