Learn R Programming

retistruct (version 0.6.3)

ReconstructedCountSet: Class containing functions and data to map CountSets to ReconstructedOutlines

Description

A ReconstructedCountSet contains information about features located on ReconstructedOutlines. Each ReconstructedCountSet contains a list of matrices, each of which has columns labelled phi (latitude) and lambda (longitude) describing the spherical coordinates of points on the ReconstructedOutline, and a column C representing the counts at these points.

Arguments

Super classes

retistruct::FeatureSetCommon -> retistruct::ReconstructedFeatureSet -> ReconstructedCountSet

Public fields

KR

Kernel regression

Methods

Public methods

Method new()

Constructor

Usage

ReconstructedCountSet$new(fs = NULL, ro = NULL)

Arguments

fs

FeatureSet to reconstruct

ro

ReconstructedOutline to which feature set should be mapped

Method getKR()

Get kernel regression estimate of grouped data points

Usage

ReconstructedCountSet$getKR()

Returns

Kernel regression computed using compute.kernel.estimate

Method clone()

The objects of this class are cloneable with this method.

Usage

ReconstructedCountSet$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.