Skip to content

Commit

Permalink
Commint_2
Browse files Browse the repository at this point in the history
  • Loading branch information
frajaroco authored Apr 15, 2024
1 parent b0c74c6 commit 5c34850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/kmmr.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ kmmr <- function(xyt,s.region,s.lambda,ds,ks="epanech",hs,correction="none",appr
kmmrtheo <- 1
npt <- pxy$n[1]
nds <- length(ds)
cmm <- mean(ptst)^2
cmm <- (range(ptst)/2)^2
ekmmr <- rep(0,nds)

storage.mode(ekmmr) <- "double"
Expand Down

0 comments on commit 5c34850

Please sign in to comment.