| crayweed {ecopower} | R Documentation | 
Crayweed dataset
Description
Dataset of fish abundances recorded at crayweed reference and restored sites.
Usage
data(crayweed)
Format
An object of class "list" containing:
- abund
- A matrix with 27 observations of abundance of 34 fish species. 
- X
- A data frame with treatment and time variables. 
Details
The matrix abund has the following species abundances:
- Abudefduf.sp. 
- Acanthopagrus.australis 
- Acanthurus.nigrofuscus 
- Achoerodus.viridis 
- Aplodactylus.lophodon 
- Atypichthys.strigatus 
- Cheilodactylus.fuscus 
- Chromis.hypsilepis 
- Crinodus.lophodon 
- Girella.elevata 
- Girella.tricuspidata 
- Hypoplectrodes.maccullochi 
- Needle.fish.unidentified 
- Notolabrus.gymnogenis 
- Odax.cyanomelas 
- Olisthops.cyanomelas 
- Ophthalmolepis.lineolatus 
- Parma.microlepis 
- Parma.unifasciata 
- Pempheris.compressa 
- Pempheris.multiradiata 
- Pictilabrus.laticlavius 
- Prionurus.microlepidotus 
- Pseudocaranx.dentex 
- Pseudojuloides.elongatus 
- Pseudolabrus.gymnogenis 
- Sardinops.neopilchardus 
- Scorpis.lineolatus 
- Seriola.lalandi 
- Sphyraena.obtusata 
- Tetractenos.hamiltoni 
- Trachinops.taeniatus 
- Trachurus.novaezelandiae 
- Upeneichthyes.lineatus 
The data frame X has the following variables:
- treatment - reference / restored 
- time - sample period with seven time points 
References
Data attributed to the crayweed restoration project (http://www.operationcrayweed.com/).
Examples
data(crayweed)
head(crayweed$abund)
head(crayweed$X)