diff --git a/pkg/R/seqdist.R b/pkg/R/seqdist.R index b7a1596..daf770b 100644 --- a/pkg/R/seqdist.R +++ b/pkg/R/seqdist.R @@ -108,6 +108,8 @@ seq_distmatrix <- function(a, b return( lower_tri(a , method=method , weight=weight + , q=q + , p=p , useNames=useNames , nthread=nthread) )