R Dataset / Package datasets / rock

On this R-data statistics page, you will find information about the rock data set which pertains to Measurements on Petroleum Rock Samples. The rock data set is found in the datasets R package. You can load the rock data set in R by issuing the following command at the console data("rock"). This will load the data into a variable called rock. If R says the rock data set is not found, you can try installing the package by issuing this command install.packages("datasets") 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 rock R data set. The size of this file is about 1,296 bytes.

Measurements on Petroleum Rock Samples

Description

Measurements on 48 rock samples from a petroleum reservoir.

Usage

rock

Format

A data frame with 48 rows and 4 numeric columns.

R project statistics dataset table
[,1] area area of pores space, in pixels out of 256 by 256
[,2] peri perimeter in pixels
[,3] shape perimeter/sqrt(area)
[,4] perm permeability in milli-Darcies

Details

Twelve core samples from petroleum reservoirs were sampled by 4 cross-sections. Each core sample was measured for permeability, and each cross-section has total area of pores, total perimeter of pores, and shape.

Source

Data from BP Research, image analysis by Ronit Katz, U. Oxford.

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

Attachments: csv, json

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