seaweed | R Documentation |
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.
data("seaweed")
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.
These data were kindly supplied by Dr. John Bothwell of the Department of Biosciences, Durham University. The data were collected by Kevin Yun and Georgia Campbell, members of Dr. Bothwell's research group.
# 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)
# Expand the width of the terminal window.
options(width=120)
isw
tsw <- tile.list(dsw)
plot(tsw,labelPts=TRUE,col.lbls="red",cex=0.5,adj=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.