Description Usage Arguments Details Note See Also Examples
A function to turn any numeric vector in the range 0 to 1, or a given dataset,
into a Kandinsky-like painting, with a few common Kandinsky shapes, e.g.
rectangles and circles, drawn with wrappers around the grid
package.
If the input is a dataset, the function will first convert it into a numeric
vector in the range 0 to 1.
1 |
df |
a dataset (tested: |
rv |
a numeric vector in the range 0 to 1, if |
In order to convert a dataset (ts
object, data.frame
, tibble
)
into a numeric vector in the range 0 to 1, the function first converts the dataset
character or factor columns into numeric columns, then normalizes all (now
numeric) columns to be in the 0 to 1 range, then vectorizes the dataset into
a single vector by row.
This function is currently tested on a Windows 7 machine only
http://giorasimchoni.com/
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.