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

Description Super classes Public fields Methods Author(s)

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.

Super classes

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

Public fields

KR

Kernel regression

Methods

Public methods

Inherited 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.

Author(s)

David Sterratt


retistruct documentation built on April 4, 2020, 5:08 p.m.