R Dataset / Package boot / brambles

On this R-data statistics page, you will find information about the brambles data set which pertains to Spatial Location of Bramble Canes. The brambles data set is found in the boot R package. You can load the brambles data set in R by issuing the following command at the console data("brambles"). This will load the data into a variable called brambles. If R says the brambles data set is not found, you can try installing the package by issuing this command install.packages("boot") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the brambles R data set. The size of this file is about 11,325 bytes.

Spatial Location of Bramble Canes

Description

The brambles data frame has 823 rows and 3 columns.

The location of living bramble canes in a 9m square plot was recorded. We take 9m to be the unit of distance so that the plot can be thought of as a unit square. The bramble canes were also classified by their age.

Usage

brambles

Format

This data frame contains the following columns:

x

The x coordinate of the position of the cane in the plot.

y

The y coordinate of the position of the cane in the plot.

age

The age classification of the canes; 0 indicates a newly emerged cane, 1 indicates a one year old cane and 2 indicates a two year old cane.

Source

The data were obtained from

Diggle, P.J. (1983) Statistical Analysis of Spatial Point Patterns. Academic Press.

References

Davison, A.C. and Hinkley, D.V. (1997) Bootstrap Methods and Their Application. Cambridge University Press.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-boot-brambles.html" width="100%" height="100%" style="border:0px"></iframe>