knitr::opts_chunk$set(echo = FALSE)
library(shiny)

Radiocarbon decay simulation

This exercise uses a simulation of ^14^C decay. It may take a few seconds to load. The plot on the left shows a collection of ^14^C atoms that decay over time, the plot on the right shows the proportion of the initial activity remaining.

Questions

shinyAppDir(appDir = "14C_decay",  options = list(width = "100%", height = 700))

Contamination

shinyAppDir(appDir = "14C-contamination",  options = list(width = "100%", height = 700))


richardjtelford/bio250 documentation built on Oct. 12, 2022, 2:16 a.m.