deldir (version 0.1-15)

seaweed: seaweed

Description

A data frame whose columns are the coordinates of the centroids of the cells in a seaweed frond. The points are estimates-by-eye of where the centroids of the cells occur.

Usage

data("seaweed")

Arguments

Format

A data frame with 266 observations on the following 2 variables.

x

The \(x\)-coordinates of the cell centroids.

y

The \(y\)-coordinates of the cell centroids.

Examples

Run this code
# NOT RUN {
# data(seaweed)
# It is unnecessary to use \code{data} since \code{seaweed} is
# a "first class object".  It is "lazily loaded".

dsw <- deldir(seaweed)
isw <- tileInfo(dsw)
options(width=120)
# Expand the width of the terminal window.
isw
tsw <- tile.list(dsw)
plot(tsw,number=TRUE,col.num="red",cex=0.5,adj=0.5)
# }

Run the code above in your browser using DataCamp Workspace