Skip to content

Commit

Permalink
removing metrics_texture from exported functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompalski committed Mar 15, 2024
1 parent f5294d8 commit 33e8b23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export(.metrics_rumple)
export(.metrics_set1)
export(.metrics_set2)
export(.metrics_set3)
export(.metrics_texture)
export(.metrics_voxels)
export(metrics_HOME)
export(metrics_Lmoments)
Expand Down
1 change: 0 additions & 1 deletion R/metrics_texture.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ metrics_texture <- function(x, y, z, pixel_size, zmin=NA, chm_algorithm = NULL,
}

#' @rdname metrics_texture
#' @export
.metrics_texture = ~metrics_texture(X,Y,Z,1)


0 comments on commit 33e8b23

Please sign in to comment.