Vizualize a DLA simulation

viz_dla(r, origin)

Arguments

r

raster made from output of sim_dla

origin

integer index of network origin

Examples

if (FALSE) {
dt <- sim_dla()
viz_dla(dt, which.max(dt))
image(dt)
}