getWnj-KernelWeight | R Documentation |
Wnj
from a QSpecQuantity
.If the optional parameter j
is supplied, then only the j
th
element(s) of the vector will be returned, the entire vector otherwise.
## S4 method for signature 'KernelWeight'
getWnj(object, j)
object |
|
j |
an integer or vector of indices specifying which |
Returns levels attribute, as a vector of real numbers.
wgt <- kernelWeight(W=W1, N=2^3, bw=0.7)
getWnj(wgt)
getWnj(wgt, 2)
getWnj(wgt, c(2,7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.