Skip to content

Commit

Permalink
Update nn.Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
ManosPapadakis95 committed Dec 4, 2023
1 parent b686cf8 commit fc9f68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/nn.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Uses a kd-tree to find the k nearest neighbours for each point in a given datase
}
\usage{
nn(data, points = data, k = nrow(data), method = "euclidean", search = "standard",
eps = 0.0, square = FALSE, sorted = FALSE, radius = 0.0, trans = TRUE, leafs = 10 p = 0.0,
parallel = FALSE, cores = 0)
eps = 0.0, square = FALSE, sorted = FALSE, radius = 0.0, trans = TRUE,
leafs = 10 p = 0.0, parallel = FALSE, cores = 0)
}

\arguments{
Expand Down

0 comments on commit fc9f68f

Please sign in to comment.