Replacer functions {BLCOP}R Documentation

Various functions for modifying fields of view objects

Description

These functions allow for direct replacement of fields of view objects such as the pick matrix and vector of confidences.

Usage

PMatrix(views) <- value
confidences(views) <- value
qv(views) <- value

Arguments

views An object of class BLViews or COPViews, except in the case of qv<- which applies only to BLViews
value A vector in confidences<- and qv<- or a matrix in PMatrix<-.

Value

The object is modified directly

Author(s)

Francisco Gochez <fgochez@mango-solutions.com>


[Package BLCOP version 0.2.2 Index]