| rsqr | R Documentation | 
Reciprocal of the square of a number
rsqr(x)
| x | a numeric vector or array | 
rsqr(2)
all.equal(rsqr(2), 1/2^2)
rsqr(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.