# NOT RUN {
# You need an HRTList
hrtl <- vectorToHRT(testdataLong, testdataLong_Ann)
# Plot your HRTList and zoom out
plot(hrtl, cropped = FALSE)
# Include TT and customise it
plot(hrtl, TT = TRUE, colTT = "green", pch = 7)
# Use standard graphics parameters
## Note: Some parameters are used inside the function and cannot be set
plot(hrtl, TT = TRUE, main = "Example plot", bty = "n", cex.lab = 1.2)
# }
Run the code above in your browser using DataLab