# NOT RUN {
data(Events);
OccurrencePlot(Events[1:1000, ], c(2:5), print.data.result = FALSE)
# }
# NOT RUN {
# Read from connection
ox <- read_oxcal("http://tsdye.online/AP/ox.csv")
# Plot all the columns
op <- occurrence_plot(ox, position = 1:ncol(ox))
# Plot again
plot(op)
# View metadata
str(op)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab