grnorm | R Documentation |
gMatrix instantiator creates random matrix with normal distribution
grnorm(
gr,
mean = NULL,
sd = NULL,
full = FALSE,
fill = 0,
agg.fun = sum,
na.rm = TRUE
)
gr |
GRanges around which to build a gMatrix |
mean |
mean parameter funtion of i and j |
sd |
scalar sd parameter to rnorm |
full |
logical flag whether to explicitly "fill" missing entries in provided data.table (default = FALSE) |
fill |
value with which to fill missing values (default 0) |
agg.fun |
default function with which to aggregate values, this function should take a vector and na.rm = TRUE and return a scalar |
na.rm |
default na.rm argument to agg.fun |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.