# NOT RUN {
omxfile <- tempfile(fileext = ".omx")
create_omx(omxfile, 10, 10)
trips <- matrix(rnorm(n = 10^2, 200, 50),
nrow = 10, ncol = 10)
write_omx(matrix = trips, omxfile, "trips", description = "Total Trips")
# }
Run the code above in your browser using DataLab