We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dar o exemplo dos modos de transporte por município
TRIPSmodemunicipio = TRIPSmode %>% pivot_wider(id_cols = c(1,2), names_from = modo, values_from = viagens) #cols 1 e 2= origem e destino TRIPSmodemunicipio[is.na(TRIPSmodemunicipio)] = 0
The text was updated successfully, but these errors were encountered:
e também pivot_longer, para por exemplo transformar matrizes em long_format
Sorry, something went wrong.
e em matrix de viagens, com o stplarn
stplarn
TRIPSfreglx_matrix <- stplanr::od_to_odmatrix(TRIPSfreglxtodas_long[3:5]) #O, D, count TRIPSfreglx_matrix[is.na(TRIPSfreglx_matrix)] = 0
No branches or pull requests
dar o exemplo dos modos de transporte por município
The text was updated successfully, but these errors were encountered: