R/lyr_depths.r

lyr.depths <- function(sl.prof){
    depth = sl.prof$layer$SLB
    depth = depth-c(0,depth[1:(length(depth)-1)])
    return(depth)
}
palderman/dssatR documentation built on May 24, 2019, 5:59 p.m.