View source: R/event_functions_3d.R
stats_3d | R Documentation |
This function is used for 3D event extraction and feature computation.
stats_3d(dat)
dat |
The data array |
A list with following components
|
The mean of the data array |
|
The standard deviation of the data array |
set.seed(1) arr <- array(rnorm(12000),dim=c(40,25,30)) arr[25:33,12:20, 20:23] <- 10 mean_sd <- stats_3d(arr[1:20,1:6,1:8]) mean_sd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.