deltas <- c(78, 5180, 263, 1065, NA, 153, 345)
# Rstandard can be specified with a string for some preset references
prop15N <- delta2prop(deltas, "d15N")
prop13C <- delta2prop(deltas, "d13C")
# Rstandard can also be specified manually for non-preset references
prop15N_manual <- delta2prop(deltas, 0.0036765)
prop13C_manual <- delta2prop(deltas, 0.011180)
# Call delta2prop() to get the detail of available references
delta2prop()
Run the code above in your browser using DataLab