Skip to content

Commit 5476e22

Browse files
committed
Fix comment
1 parent 3e28567 commit 5476e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/allocate.diversity.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ allocate.diversity <- function(data, names, group,
164164
out <- DiversityStats::mcintosh_diversity(trt_x)
165165
}
166166

167-
## Custom with div.fun
167+
## Custom with div.fun ----
168168
if (!is.null(div.fun)) {
169169
out <- div.fun(trt_x)
170170
}

0 commit comments

Comments
 (0)