Community_data {CARLIT}R Documentation

Example Data Set for the Function carlit().

Description

An object of the class data.frame which contains 5 columns: site (names of the survey sites), coastal morphology (acronyms or words describing the morphology of that stretch of coastline), naturality (a text column that assumes either 'Natural' or 'Artificial', or 'nr' in case this distinction is not necessary or relevant in that specific case), length of stretch of coastline, macoralgal community.

Usage

data(Community_data)

Format

A data frame with 70 observations on the following 5 variables.

Site

a factor with levels Site1 Site2 Site3

Morphology

a factor with levels DB HC LC

Artificial_Natural

a factor with levels A N

Length

a numeric vector

Community

a factor with levels Corallina Cystoseira_mediterranea_1 Cystoseira_mediterranea_2 Cystoseira_mediterranea_3 Cystoseira_mediterranea_4 Encrusting_corallinales Green_algae Mytilus Trottoir

Examples

data(Community_data)
str(Community_data)

[Package CARLIT version 1.0 Index]