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

View source: R/3_interact.R

CZcheckR Documentation

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

Description

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

Usage

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

Arguments

file

destination pdf file.

Note

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

Examples

## 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)

valcu/colorZapper documentation built on Feb. 27, 2025, 12:34 p.m.