spatstat (version 1.11-8)

fv.object: Data Frames of Function Values

Description

A class "fv" to support the convenient plotting of several estimates of the same function.

Arguments

Details

An object of this class is a convenient way of storing and plotting several different estimates of the same function.

It is a data frame with extra attributes indicating the recommended way of plotting the function, and other information.

There are methods for print and plot for this class. Objects of class "fv" are returned by Fest, Gest,Jest, and Kest.

See Also

Fest, Gest, Jest, Kest

Examples

Run this code
data(cells)
    K <- Kest(cells)

    class(K)

    K  # prints a sensible summary

    plot(K)

Run the code above in your browser using DataCamp Workspace