pkern_kp | R Documentation |
Convenience function for looking up the number of parameters for a given kernel, and their names. Returns a vector of NAs that can be used as a placeholder in kernel definition lists.
pkern_kp(k)
k |
character, the kernel name, one of 'exp', 'gau', 'sph', 'gxp', 'mat' |
named vector of NAs, a placeholder for kernel parameters
pkern_kp('mat')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.