20  Visualisation of lead isotope data

Author

Yiu-Kang Hsu

Published

May 12, 2024

20.1 Learning objective

By the end of this unit you are aware about the benefits and limitations of the different ways lead isotope data can be visualised.

20.2 Prior knowledge

This section assumes familiarity with the prior learning materials on Pb isotope geochemistry, esp. Chapter 3.

20.3 Material

This section discusses different types of plots. Interactive examples of these plots allows you to explore their suitability for the different research questions on your own.

20.4 Learning content

Because lead isotopes are represented by three independent ratios, e.g., 206Pb/204Pb, 207Pb/204Pb, and 208Pb/204Pb, they can be visualised in a three dimensional geometric space. However, often only two dimensions can be represented in one plot. In addition, different ways of optically grouping and highlighting groups within the Pb isotope space exist. Published real archaeological datasets will be used as examples to demonstrate how these data can be treated in different ways. They are available in the GitHub repository of this book. It is important to keep in mind that every plot has its pros and cons and there is no general consensus which is the best presentation.

All plots were created in R with support of different packages. The respective scripts are embedded in the unrendered version of this chapter.

20.4.1 Binary scatter plot

The bi-plot (Figure 20.1) is by far the most common option to display lead isotope data. Since there are four isotopes of Pb, twelve combinations of isotopic ratios can be derived. The use of paired ratios depends on the instruments used and the scientific disciplines of the studies. In the early days, Pb isotopic ratios were often reported based on 206Pb-based ratios as 204Pb could not be measured precisely. However, in the 2000s, the advent of the multi-collector mass spectrometer (MC-ICP-MS) and the double- or triple-spiked technique created a huge amount of Pb isotope data with precisely measured 204Pb. Conventionally, environmental science tends to use the ratios based on 206Pb, which however generates plots with linear patterns and thus a low discrimination power (Ellam 2010). In geological literature, ratios based on 204Pb are commonplace which enable a better visualisation of system closure time (or model age) and U-Th-Pb composition (or µ and κ) of parental source(s) (Albarède et al. 2012). However, it has to be kept in mind that all two-dimensional plots incompletely represent a dataset. All twelve combination plots are suggested to be tested to view the full isotopic extent of ore deposits (Albarede et al. 2020). Ideally, the Pb isotopic ratios should be considered in a three-dimensional space.

Figure 20.1: A binary plot of Roman lead artefacts in comparison with ore districts in Germany.

20.4.2 Bi-plot using geological-informed parameters

Instead of isotopic ratios, Albarède et al. (2012) advocate the use of calculated geological model parameters, namely the model age (T), U/Pb (μ), and Th/U (κ) to discriminate potential ore sources in provenance studies (Figure 20.2). As shown in chapter 3, 206Pb, 207Pb, and 208Pb are generated by radioactive decay of their parental isotopes 238U, 235U, and 232Th, respectively. We can therefore calculate the model age, 238U/204Pb and 232Th/238U from the Pb isotope ratios determined for a given sample using the equations provided in Albarède et al. (2012) or any other of the Pb isotope models mentioned in chapter 3 by using, e.g., an R script.

Figure 20.2: A binary plot of Roman lead artefacts using geological parameters of model age (T), U/Pb (μ), and Th/U (κ).

20.4.3 Bi-plot with 90% confidence ellipse

The increasing amount of available Pb isotope analyses resulted in the issue of how to effectively present overlapping data. One way to circumvent this problem is the creation of so-called “ore fields” that represent the extent of Pb isotopic variation given that the data follow a normal distribution. Some researchers have resorted to the 90% confidence ellipse (Figure 20.3) as the reference for ore sourcing (Stos-Gale et al. 1997). This technique was severely criticised by Baxter and Gale (1998), who demonstrated the non-normality of Pb isotope data in a number of instances. The 90% confidence ellipse is no longer considered suitable for representing an ore Pb isotopic population.

(a) Ellipses based on 206Pb vs 207Pb
(b) Ellipses based on 206Pb vs 208Pb
Figure 20.3: Binary scatter plots with 90% confidence ellipses around data points.

20.4.4 Binary plot with the kernel density estimation

Due to the non-normality of Pb isotope data, both Baxter et al. (1997) and Scaife et al. (1999) advocated the use of more robust kernel density estimates (KDEs) to display the isotopic extent of orefields (Figure 20.4). KDEs are a non-parametric method to transform continuous data into a smoothed probability density function. KDEs offer three main advantages:

  1. They do not assume the normality of data;
  2. They can produce smoother distributions than conventional histograms, whose appearance is significantly affected by the choices of bin width and the start/end points of bins; and
  3. They can represent data in a multidimensional space and enable users to effectively compare different datasets either graphically or mathematically.

Given these advantages, the KDE method has become popular in recent publications of archaeological sciences (Hsu et al. 2018).

(a) KDEs based on 206Pb vs 207Pb
(b) KDEs based on 206Pb vs 208Pb
Figure 20.4: Binary plots with the KDEs of mining regions. Note that three different color gradients from light to dark represent respective intervals of 95%, 75%, and 50%.

20.4.5 Ternary diagram

This plotting method was first utilised by Cannon et al. (1961) who aimed to understand the principles of isotopic variations in ore lead. Raw isotopic ratios were expressed as relative abundances of 206Pb, 207Pb, 208Pb summed up to 100% by leaving out 204Pb. The transformed data were plotted as trilinear coordinates. The choice of represented masses was justified by the incapability of precisely determining the amount of 204Pb due to its low natural abundance of only 1.4% (uncertainties ~2.5%). These ternary diagrams were proposed as a solution to overcome the problem of analytically fundamentally biased data. However, they were rendered irrelevant with the advent of improved analytical techniques and the development of error correction models, which greatly increased precision (Taylor et al. 2015). A good example of using ternary diagrams is provided in (Hsu and Sabatini 2019).

The raw isotopic ratios are mathematically converted to three individual Pb compositions using the following equations:

\[ ^{206}Pb = \frac{\left(\frac{^{206}Pb}{^{204}Pb}\right) \cdot 100}{\left(\frac{^{206}Pb}{^{204}Pb}\right) + \left(\frac{^{207}Pb}{^{204}Pb}\right) + \left(\frac{^{208}Pb}{^{204}Pb}\right)} \]

\[ ^{207}Pb = \frac{\left(\frac{^{207}Pb}{^{204}Pb}\right) \cdot 100}{\left(\frac{^{206}Pb}{^{204}Pb}\right) + \left(\frac{^{207}Pb}{^{204}Pb}\right) + \left(\frac{^{208}Pb}{^{204}Pb}\right)} \]

\[ ^{208}Pb = \frac{\left(\frac{^{208}Pb}{^{204}Pb}\right) \cdot 100}{\left(\frac{^{206}Pb}{^{204}Pb}\right) + \left(\frac{^{207}Pb}{^{204}Pb}\right) + \left(\frac{^{208}Pb}{^{204}Pb}\right)} \] Figure 20.5 displays a ternary scatter plot.

Figure 20.5: A ternary plot of lead isotope data visualising the same dataset.

20.4.6 Ternary diagram with the kernel density estimation

KDE contour plots like in Figure 20.4 can also be generated for ternary diagrams (Figure 20.6). This helps us to better visualise the isotopic distribution of ore populations when many data are presented. However, the ternary KDE, in a sense, is not equal to the three-dimensional KDE. It is rather a regular KDE that is truncated to the ternary triangle.

Warning: A numeric `legend.position` argument in `theme()` was deprecated in ggplot2
3.5.0.
ℹ Please use the `legend.position.inside` argument of `theme()` instead.
Warning: Using the `size` aesthetic in this geom was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` in the `default_aes` field and elsewhere instead.
Figure 20.6: Ternary plot with the KDEs of mining regions. Note that the contours in the KDEs represent different intervals.

20.4.7 Three-dimensional plot

The use of any single bivariate plot is insufficient for provenancing and is visually confusing when the ratios overlap. Therefore, additional diagrams are needed to show other combinations of isotopes. Three-dimensional plots represent the distribution of data in a three dimensional space (Figure 20.7) which has a higher discrimination power and is therefore better suited for provenance studies. The downside is that it is inherently difficult to read a 3D diagram and, therefore, a rotatable version is highly recommended.

Figure 20.7: The same dataset visualised as a three-dimensional plot.

20.4.8 Three-dimensional plot with kernel density estimation

This plotting method applies kernel density estimation to a three-dimensional diagram (Figure 20.8). It can help to delineate reference datasets with which targeted artefacts can be compared. Beardah and Baxter (1999) pioneered the application of a three-dimensional kernel plot in Pb isotope studies and suggested a sample size of 20 as an acceptable value. However, they also realised that larger sample sizes, ranging from 40 to 60, would be necessary if the population from which the sample is drawn is not normally distributed. To construct the 3D kernel plot using R, we modified the code from Ma et al. (2022).

Warning: no DISPLAY variable so Tk is not available
Figure 20.8: Three-dimensional plot with the KDEs of the mining regions.

20.5 Self check

  • Nowadays, which pairs of Pb isotopes are better suited to discriminate the isotopic ratios of artefacts and ore samples?
  • What statistical assumptions are appropriate to describe the distribution of Pb isotopic data in an assemblage?
  • What are the pros and cons when it comes to a three-dimensional diagram?

20.6 Further reading

  • Albarede F, Blichert-Toft J, Gentelli L, Milot J, Vaxevanopoulos M, Klein S, Westner KJ, Birch T, Davis G, Callataÿ F de (2020) A miner’s perspective on Pb isotope provenances in the Western and Central Mediterranean. J. Archaeol. Sci. 121:105194. https://doi.org/10.1016/j.jas.2020.105194
  • Blichert-Toft J, Delile H, Lee C-T, Stos-Gale Z, Billström K, Andersen T, Hannu H, Albarède F (2016) Large-scale tectonic cycles in Europe revealed by distinct Pb isotope provinces. Geochem. Geophys. Geosyst. 17:3854–3864. https://doi.org/10.1002/2016GC006524
  • Hsu Y-K, Sabatini BJ (2019) A geochemical characterization of lead ores in China: An isotope database for provenancing archaeological materials. PLoS ONE 14:e0215973. https://doi.org/10.1371/journal.pone.0215973