Skip to content

Commit

Permalink
greater to -> greater than
Browse files Browse the repository at this point in the history
  • Loading branch information
jonocarroll authored Oct 26, 2024
1 parent 3f2daf5 commit d05d9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_3d.R
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ plot_3d = function(hillshade, heightmap, zscale=1, baseshape="rectangle",
}
} else {
if(shadowdepth > min_height) {
message(sprintf("`shadowdepth` (set to %f) is greater to heightmap minimum value (%f). Shadow will appear to be intersecting 3D model.",
message(sprintf("`shadowdepth` (set to %f) is greater than the heightmap minimum value (%f). Shadow will appear to be intersecting 3D model.",
shadowdepth, min_height))
} else {
shadowdepth = shadowdepth/zscale
Expand Down

0 comments on commit d05d9db

Please sign in to comment.