The function createSegmentation() provides access to an interactive mini-shiny application that allows to separate a sample into several segments.

createSegmentation(object)

Arguments

object

A valid spata-object.

Value

An updated version of the spata-object specified as object now containing the information about all drawn segments.

Details

Members of the lazy-check_*()-family take the arguments of their kind - that are used in the function they are called in - and checks whether these arguments input fit the requirements. They stop and return an error immediately once they stumble upon something invalid. They do not alter or adjust input and return TRUE if the whole function has been executed without anything invalid being found.