Browse code

closes #3

Nick authored on 21/08/2024 22:53:13
Showing 1 changed files

  • R/LISA.R index 66c9ad1..ee6fb67 100644
... ...
@@ -12,8 +12,6 @@
12 12
 #' @param sigma A numeric variable used for scaling when filting inhomogeneous L-curves.
13 13
 #' @param lisaFunc Either "K" or "L" curve.
14 14
 #' @param minLambda  Minimum value for density for scaling when fitting inhomogeneous L-curves.
15
-#' @param fast A logical describing whether to use a fast approximation of the
16
-#' inhomogeneous local L-curves.
17 15
 #' @param spatialCoords The columns which contain the x and y spatial coordinates.
18 16
 #' @param cellType The column which contains the cell types.
19 17
 #' @param imageID The column which contains image identifiers.
... ...
@@ -63,7 +61,6 @@ lisa <-
63 61
            sigma = NULL,
64 62
            lisaFunc = "K",
65 63
            minLambda = 0.05,
66
-           fast = TRUE,
67 64
            spatialCoords = c("x", "y"),
68 65
            cellType = "cellType",
69 66
            imageID = "imageID") {