Skip to content

Commit 31cf7e0

Browse files
authored
added comma issue
1 parent 0e591c5 commit 31cf7e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/pairwise_anosim.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pairwise_anosim <- function(
3737
metadata = NULL,
3838
perm_design = NULL,
3939
p.adjust.method = "bonferroni",
40-
perm = 999
40+
perm = 999,
4141
...){
4242

4343
## Error handling

0 commit comments

Comments
 (0)