CZcheck: Check out defined ROI-s Plot the defined ROI-s on the...

Description Usage Arguments Note Examples

View source: R/3_interact.R

Description

Check out defined ROI-s Plot the defined ROI-s on the original image.

Usage

1
CZcheck(file = tempfile(fileext = ".pdf"))

Arguments

file

destination pdf file.

Note

Warning! this can take a long time for many images.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
require(colorZapper)
dir = system.file(package = "colorZapper", "sample")
CZopen(path = tempfile() )
CZaddFiles(dir)
CZdefine(points = 1)
CZdefine(polygons = 1, what = 1)
CZcheck()

## End(Not run)

mpio-be/colorZapper documentation built on May 26, 2021, 12:35 a.m.