CZdata: colorZapper data Fetch colorZapper RGB data

Description Usage Arguments Examples

View source: R/5_get_data.R

Description

colorZapper data Fetch colorZapper RGB data

Usage

1
CZdata(what)

Arguments

what

'ROI' (gets the data of ROI-s defined interactively) or 'ALL' (extracts the color of from all images.)

Examples

1
2
3
4
5
6
7
8
require(doParallel)
registerDoParallel(1)
CZopen_example()
CZextractROI()
CZextractALL()
stopImplicitCluster()
d = CZdata(what= 'ROI')
d = CZdata(what= 'ALL')

valcu/colorZapper documentation built on May 21, 2021, 9:30 p.m.