Skip to content

Commit

Permalink
Removed constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
frajaroco committed Jan 17, 2024
1 parent 62921b8 commit ec830a0
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 @@ -96,7 +96,7 @@ kmmr <- function(xyt,s.region,s.lambda,ds,ks="epanech",hs,correction="none",appr
as.integer(npt),as.double(ds),as.integer(nds),as.integer(ker2)
,as.double(hs),(ekmmr))

ekmmr <- kmmrout[[9]]/(mummr^2)
ekmmr <- kmmrout[[9]]

invisible(return(list(ekmmr=ekmmr,ds=ds,kernel=kernel,kmmrtheo=kmmrtheo)))
} else {
Expand Down

0 comments on commit ec830a0

Please sign in to comment.