# NOT RUN {
m = matrix(1:12 + rnorm(12, 0, .2), nrow = 3)
soundgen:::interpolMatrix(m, nr = 10, nc = 7)
soundgen:::interpolMatrix(m, nr = 10, nc = 7, interpol = 'spline')
soundgen:::interpolMatrix(m, nr = 2, nc = 7)
soundgen:::interpolMatrix(m, nr = 2, nc = 2)
# }
Run the code above in your browser using DataLab