| verre | R Documentation |
Chemical analysis (electron probe X-ray micro analysis) of 398 medieval glass vessels found in France.
verre
A data.frame with 398 observations and 17 variables:
factor: CNL (Cour Napoléon, Louvre), ORL (Orléans),
POI (Poitiers), ANG (Angers), OMO (Omonville, Seine Maritime),
ROU (Rouen), MEA (Meaux), CHL (Châlons-sur-Marne),
PAI (Pairu, Argonne, Ardennes), BER (Bercettes, Argonne, Ardennes),
BIN (Binois, Argonne, Ardennes), CHE (Chevrie, Argonne, Ardennes),
MIT (Mitte, Argonne, Ardennes), MET (Metz), CHM (Chambaran).
character: sample code.
character: typology.
character: century.
factor: I (9th-12th century), II (13th-first
half of the 15th century), III (end of the 15th to end of the 16th
century), IV (end of 16th to end of the 17th century).
factor: ? (unknown), B (blue), CL (colourless),
CLg (colourless – greyish tint),
PB (pale blue; PGE: pale greenish),
PGE-B (pale green-blue or blue-green),
PGY-B (pale grey-blue), R (opaque red), W (opaque white),
*av (added aventurine spots),
*bl (added thread blue or blue spots),
*r (added thread opaque red or opaque red spots),
*w (added thread opaque white).
numeric: Na2O content (percent).
numeric: CaO content (percent).
numeric: K2O content (percent).
numeric: MgO content (percent).
numeric: P2O5 content (percent).
numeric: SiO2 content (percent).
numeric: Al2O3 content (percent).
numeric: FeO content (percent).
numeric: MnO content (percent).
numeric: Cl content (percent).
character: site reference.
Barrera J., Velde B. (1989). A study of french medieval glass composition. Archéologie médiévale, 19, 81-130. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.3406/arcme.1989.953")}.
Other chemical data:
bronze,
kommos
plot(
x = verre$Na2O,
y = verre$CaO / (verre$CaO + verre$K2O),
type = "p",
xlab = expression("Na"[2]*"O (%)"),
ylab = expression("CaO"/"(CaO"+"K"[2]*"O)")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.