# NOT RUN {
# load North America boundary and global isoscape
data("naMap")
data("d2h_world")
# load hydrogen isotope data for human hair in North America
d = subOrigData(taxon = "Homo sapiens",
reference = "Ehleringer et al. 2008", mask = naMap)
# rescale from environmental isoscape to tissue isoscape
r = calRaster(known = d, isoscape = d2h_world, mask = naMap)
# four unknown-origin examples
id = c("A", "B", "C", "D")
d2H = c(-110, -90, -105, -102)
un = data.frame(id, d2H)
# posterior probability surface
asn = pdRaster(r, unknown=un, mask=naMap)
# assign to most probable 10 percent of area
# }
# NOT RUN {
qtlRaster(asn, threshold = 0.1)
# }
# NOT RUN {
# assign to most probable 10 percent of proabability distribution
qtlRaster(asn, threshold = 0.1, thresholdType = "prob")
# }
Run the code above in your browser using DataLab