Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot_bifd

Plot a Bivariate Functional Data Object.


Description

Plot an object of class bifd using ggplot2 and geom_tile. The object must contain only one single functional replication.

Usage

plot_bifd(bifd_obj)

Arguments

bifd_obj

A bivariate functional data object of class bifd, containing one single replication.

Value

A ggplot with a geom_tile layer providing a plot of the bivariate functional data object as a heat map.

Examples

library(funcharts)
mfdobj <- data_sim_mfd(nobs = 1)
tp <- tensor_product_mfd(mfdobj)
plot_bifd(tp)

funcharts

Functional Control Charts

v1.0.0
GPL-3
Authors
Christian Capezza [cre, aut], Fabio Centofanti [aut], Antonio Lepore [aut], Alessandra Menafoglio [aut], Biagio Palumbo [aut], Simone Vantini [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.