Given a line of code msDbscan <- dbscan(multishapes[,1:2], eps = 0.5, minPts = 5), what would the [,1:2] indicate? For reference, this is using the multishap
msDbscan <- dbscan(multishapes[,1:2], eps = 0.5, minPts = 5),