makegrid: makegrid function

Description Usage Arguments Examples

Description

This function takes a numeric dataframe and outputs a random grid of points covering the volume spanned by the dataframe in column space the number of rows is k that of the original dataframe

Usage

1
makegrid(df, k = 1, epsi = 0.1)

Arguments

df

numeric dataframe

k

fill factor

epsi

generate random numbers in the range [(1-epsi)*min, (1+epsi)*max[

Examples

1

m-a-r-i-o/aRtistic documentation built on May 7, 2019, 9:37 a.m.