make.dummy(fact)
dummy2factor(x)
Hill.N2(df, margin=2)
site.summ(y, max.cut=c(2, 5, 10, 20))
sp.summ(y, n.cut=c(5, 10, 20))
write.list.Excel(x, fName)make.dummy returns a matrix of dummay variables. dummy2factor returns a factor.
Hill.N2 returns a numeric vector of N2 values.
sp.summ returns a matrix with columns for the number of occurences, Hill's N2 and maximum abundance of each species, and the number of occurences at abundance greater than the cut levels given in n.cut.
sam.summ returns a matrix with columns for the number of taxa, Hill's N2, maximum value and site total of each site (sample), and the number of taxa in each site with abundance greater than the cut levels given in max.cut.make.dummy converts a factor into a matrix of dummy (1/0) variables. dummy2factor converts a matrix or data frame of dummy variables into a factor.
Function Hill.N2 returns Hill's N2 values for species or samples for a given species by sites dataset (Hill 1973).
Function write.list.Excel saves the data frames in a list object as a series of names worksheets in Excel format. Not that this function is only available on Windows. See package WriteXLS for a Linux / MacOS X alternative.