Learn R Programming

flowcatchR (version 1.6.2)

addParticles: Combines the information from a raw Frames object and the corresponding preprocessed one

Description

All objects are painted with a unique colour - for sake of speed

Usage

addParticles(raw.frames, binary.frames, col = NULL)

Arguments

raw.frames
A Frames object containing the raw images
binary.frames
A Frames object with the preprocessed versions of the images (e.g. segmented)
col
A color character string, to select which color will be used for drawing the contours of the particles. If not specified, it will default according to the objects provided

Value

  • A Frames object, whose images are the combination of the raw images with the segmented objects drawn on them