Last data update: 2014.03.03

R: Romano-British Pottery Data
potteryR Documentation

Romano-British Pottery Data

Description

Chemical composition of Romano-British pottery.

Usage

data("pottery")

Format

A data frame with 45 observations on the following 9 chemicals.

Al2O3

aluminium trioxide.

Fe2O3

iron trioxide.

MgO

magnesium oxide.

CaO

calcium oxide.

Na2O

natrium oxide.

K2O

calium oxide.

TiO2

titanium oxide.

MnO

mangan oxide.

BaO

barium oxide.

Details

The data gives the chemical composition of specimens of Romano-British pottery, determined by atomic absorption spectrophotometry, for nine oxides.

Source

A. Tubb and N. J. Parker and G. Nickless (1980), The analysis of Romano-British pottery by atomic absorption spectrophotometry. Archaeometry, 22, 153–171.

Examples


  data("pottery", package = "HSAUR")
  plot(pottery)

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(HSAUR)
Loading required package: tools
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/HSAUR/pottery.Rd_%03d_medium.png", width=480, height=480)
> ### Name: pottery
> ### Title: Romano-British Pottery Data
> ### Aliases: pottery
> ### Keywords: datasets
> 
> ### ** Examples
> 
> 
>   data("pottery", package = "HSAUR")
>   plot(pottery)
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>