Hi!
I am currently attempting to use the 'stplanr' package on R to analyse od matrice. I am trying to use the code 'odmatrix_to_od' to prepare my data in a table-style format but after I run the programme the following message is left:
Error in as.table.default(odmatrix) : cannot coerce to a table
I can't seem to get past this message. The data I'm using is 1299x1299, could it be that this data set is too large to process?
Thanks!