README.md

Introduction

The R package tri2basis is for constructing the bivariate spline basis \cite{Lai and Schmaker 2007} functions on triangulations.

Download and Install

To download the package, type the following at the R command line:

if(!require("devtools")){
  install.packages("devtools")
}
if(!require("knitr")){
  install.packages("knitr")
}
devtools::install_github("ShirunShen/tri2basis", build_vignettes = TRUE)

Examples

In the vignettes of this package, there are two examples that help illustrate how to use this package. Users can find the vignettes in the document User guides, package vignettes and other documentation of tri2basis package page.

help(package="tri2basis")

Find User guides, package vignettes and other documentation of tri2basis.

References

cite Lai and Schmaker but not these two. Zhou, Lan, and Huijun Pan. 2014a. “Principal Component Analysis of Two-Dimensional Functional Data.” Journal Article. Journal of Computational and Graphical Statistics 23 (3): 779–801.

———. 2014b. “Smoothing Noisy Data for Irregular Regions Using Penalized Bivariate Splines on Triangulations.” Journal Article. Computational Statistics 29 (1-2): 263–81.



ShirunShen/tri2basis documentation built on Feb. 11, 2020, 12:02 a.m.