Usage
## S3 method for class 'scidb':
hist(x, breaks=10, right=FALSE, materialize=TRUE, `eval`=FALSE, `plot`=TRUE, ...)
## S3 method for class 'scidbdf':
hist(x, breaks=10, right=FALSE, materialize=TRUE, `eval`=FALSE, `plot`=TRUE, ...)
Arguments
x
A scidb
or scidbdf
object.
breaks
a single number giving the number of cells for the histogram.
right
logical; if TRUE
, the histogram cells are right-closed (left open) intervals.
materialize
logical; if TRUE
, the histogram results are materialized into R vectors and returned as a standard object of class histogram
. Otherwise the results are returned as SciDB objects.
eval
Optional, logical; If TRUE
, execute the query and store the reult array. Otherwise defer evaluation.
plot
Optional, logical; If TRUE
, plot result before returning.
...
Optional; additional arguments for plotting.