Description Usage Arguments Value Examples
power.data
power data and return a data.frame
with column names with tail.
1 | power.data(data, power, tail = "_pow")
|
data |
a |
power |
power. |
tail |
tail text for column names for powered data. For example, if a column "sales" is powered by 4 (= |
This returns an object of matrix
.
1 2 | df = data.frame(a = 1:3, b= 4:6);
power.data(df, 2, ".pow");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.