fill: logical. Should species ranges be made coherent before plotting?
xlab: name of the x axis
ylab: name of the y axis
yline: line that the y-axis label is plotted on.
xline: line that the x-axis label is plotted on.
sitenames: names for each row in the interaction matrix. Default is to not plot names.
speciesnames: names for each site in the interaction matrix. Default is to not plot names.
binary: logical argument indicating whether to ordinate the community matrix based on abundance or binary (default) data.
Returns
Produces an image plot of the interaction matrix. The code is very simple, and may need to be modified if you have long site or species names, or wish to make it prettier than I have the ability to.
Examples
#define an interaction matrixdata(TestMatrices)pres3c=TestMatrices[[6]]#plot interaction matrixImagine(pres3c, col=c('white','blue'), order=TRUE, fill=FALSE)