Plot a Bivariate Functional Data Object.
Plot an object of class bifd using
ggplot2 and geom_tile.
The object must contain only one single functional replication.
plot_bifd(bifd_obj)
bifd_obj |
A bivariate functional data object of class bifd, containing one single replication. |
A ggplot with a geom_tile layer providing a plot of the bivariate functional data object as a heat map.
library(funcharts) mfdobj <- data_sim_mfd(nobs = 1) tp <- tensor_product_mfd(mfdobj) plot_bifd(tp)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.