Description Usage Arguments Value Examples
Given an object of class Basis
, this function plots the functions contained in this object.
1 | plot_basis(basis, ind, resol = 300)
|
basis |
an object of class |
ind |
a numeric atomic vector, containing information about which functions of the |
resol |
a numeric value, specifying the quality of the plot(length.out of processed values) |
no return
1 2 3 4 5 6 | hist <- Hist_Basis$new(10)
plot_basis(hist, c(1, 3, 7))
trig <- Trig_Basis$new(100)
#plot the first three basis functions
plot_basis(trig, seq(3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.