Learn R Programming

bayess (version 1.6)

Laichedata: Laiche dataset

Description

This dataset depicts the presence of plants (tufted sedges) in a part of a wetland. It is 25x25 matrix of zeroes and ones, used in Chapter 8.

Usage

data(Laichedata)

Arguments

Format

A data frame corresponding to a 25x25 matrix of zeroes and ones.

Examples

Run this code
data(Laichedata)
image(as.matrix(Laichedata))

Run the code above in your browser using DataLab