# Calculate block size at bottom of slope with given slope angle
block_size(h = 5, h_z = 5, J = 0.0015, gamma = 33.69, psi = 50)
# Calculate block size with slope geometries 2:3
block_size(h = 5, h_z = 5, J = 0.0015, gamma = NULL, psi = 50, geo = c(2, 3))
# Calculate block size at middle of slope with slope geometries 2:3
block_size(h = 5, h_z = 2.5, J = 0.0015, gamma = NULL, psi = 50, geo = c(2, 3))
Run the code above in your browser using DataLab