i'm trying to use the Kest function (and many other in the spatstat package).
i have made a ppp point pattern data set (ppp.1)
summary (ppp.1) Planar point pattern: 189 points Average intensity 241122300 points per square unit
Coordinates are given to 6 decimal places
Window: rectangle = [40.74603, 40.74662] x [-111.84693, -111.8456] units (0.000592 x 0.001324 units) Window area = 7.83834e-07 square units
when i try to use the Kest function: Kest(ppp.1), i get the following error: Error in Kest(ppp.1) : could not find function "Kest"
in fact, there are many functions in the spatstat package that can't be found (e.g., rpoint)... i get the same error.
does this have anything to do with "spatstat.random" not being found when i load the spatstat library: Error: package ‘spatstat.random’ required by ‘spatstat’ could not be found
i'm using the most current version of R and spatstat (on an intel Mac): R version 4.2.1 (2022-06-23) -- "Funny-Looking Kid" Copyright (C) 2022 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin17.0 (64-bit)
spatstat 2.3-4 downloaded installed directly from R.
thank you.