mfInterpret_cplx_curves: Complex planar curve interpreter

View source: R/mfPoles.R

mfInterpret_cplx_curvesR Documentation

Complex planar curve interpreter

Description

Complex planar curve interpreter

Usage

mfInterpret_cplx_curves(formula, data, weights = NULL, arg.range = NULL)

Arguments

formula

a formula in the form shape ~ value^dim ~ arg | id.

data

data containing the shape in a format convertible to shape_dat. Shape should be contained as tbl_cube (shape_cube) if data is regular.

weights
mf

a mfGeometry object

Value

a list containing

  • mod0_data: a data.frame with the dim, id, and arg values needed to set up a basis for the response object

  • weights: a vector/matrix (regular case) or a list of vectors/matrices of (integration) weights

  • response: an array (regular case) or vector (irregular case) containing the response values


Almond-S/manifoldboost documentation built on June 23, 2022, 11:06 a.m.