Last data update: 2014.03.03

R: Porosity measurements on 20 samples of Tensleep Sandstone,...
PorosityR Documentation

Porosity measurements on 20 samples of Tensleep Sandstone, Pennsylvanian from Bighorn Basin in Wyoming

Description

Data for Exercise 5.86

Usage

Porosity

Format

A data frame with 20 observations on the following variable.

porosity

a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Porosity)
attach(Porosity)
stem(porosity)
fivenum(porosity)
boxplot(porosity)
detach(Porosity)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(BSDA)
Loading required package: e1071
Loading required package: lattice

Attaching package: 'BSDA'

The following object is masked from 'package:datasets':

    Orange

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/BSDA/Porosity.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Porosity
> ### Title: Porosity measurements on 20 samples of Tensleep Sandstone,
> ###   Pennsylvanian from Bighorn Basin in Wyoming
> ### Aliases: Porosity
> ### Keywords: datasets
> 
> ### ** Examples
> 
> str(Porosity)
'data.frame':	20 obs. of  1 variable:
 $ porosity: int  15 10 15 23 18 26 24 18 19 21 ...
> attach(Porosity)
> stem(porosity)

  The decimal point is 1 digit(s) to the right of the |

  1 | 03
  1 | 55578889
  2 | 013344
  2 | 6779

> fivenum(porosity)
[1] 10.0 16.0 19.5 24.0 29.0
> boxplot(porosity)
> detach(Porosity)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>