Advanced Use Only. This low-level function creates an object of class "fv_pcf" from raw numerical data.
fv_pcf(df, n_sim, n_rank, correc, kernel, stoyan, bw)is.fv_pcf(obj)
# S3 method for fv_pcf
print(x, ...)
# S3 method for fv_pcf
summary(object, ...)
An object of class fv_pcf
.
A data frame with at least 2 columns named 'r' and 'g' containing the values of the function argument (r) and the corresponding values (g). Usually the upper 'upr' and lower 'lwr' bounds of a pointwise critical envelope are passed along as well.
Integer. Number of generated simulated patterns used for computing the envelope
Integer. Rank of the envelope value amongst the n_sim
simulated values. A rank of 1 means that the minimum and maximum
simulated values will be used.
String. Choice of edge correction (eg. "Ripley").
String. Choice of smoothing kernel (eg. "epanechnikov").
Bandwidth coefficient used in smoothing kernel.
Bandwidth used in smoothing kernel.
an R object, preferably of class fv_pcf
additional parameter