sampleEquallySpaced | R Documentation |
Gets n equally spaced samples (rows) from a matrix or vector
sampleEquallySpaced(x, numSamples)
x |
matrix or vector |
numSamples |
number of samples (rows) to be drawn |
Gets n equally spaced samples (rows) from a matrix and returns a new matrix (or vector) containing those samples
Tankred Ott
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.