I write
install.packages("geoR")
library(geoR)
.nlmP(f,parameters)
and it returns
Error: could not find function ".nlmP"
What to do?
I did what the first answer suggest, then it said
Error in get(".ind.prof.phi", pos = 1) : object '.ind.prof.phi' not found
You must use
geoR:::.nlmP(), becausenlmPis not in the exported NAMESPACE forgeoR.