# NOT RUN {
## Find the image file name in package MtreeRing:
img.name <- system.file("arc.png", package = "MtreeRing")
## Read and plot the image:
t1 <- imgInput(img = img.name, dpi = 1200)
## Use the arcs of inner rings to calibrate ring-width series:
# }
# NOT RUN {
t2 <- nearPith(ring.data = t1, inner.arc = TRUE, last.yr = 2016)
# }
# NOT RUN {
## Try another method to measure ring widths:
# }
# NOT RUN {
t3 <- nearPith(ring.data = t1, inner.arc = FALSE, last.yr = 2016)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab