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