## Not run:
# # 1D example:
# require(ape)
# data(woodmouse)
# g1<-graphscan_1d(data=woodmouse)
# g1<-cluster(g1)
# graphscan_plot(g1,events_series=3)
# dev.new()
# graphscan_plot(g1,events_series="all")
#
# # 2D example:
# data(france_two_clusters)
# g2<-graphscan_nd(data=france_two_clusters)
# g2<-cluster(g2)
# graphscan_plot(g2,map=france)
#
# # 3D example:
# data(sample3d)
# g3<-graphscan_nd(data=sample3d)
# g3<-cluster(g3)
# graphscan_plot(g3,projection=TRUE) # 2D plot
# graphscan_plot(g3) # 3D plot
# ## End(Not run)
Run the code above in your browser using DataLab