Learn R Programming

oppar (version 1.0.2)

OPPARList-class: A S4 class for the output of OPPAR main function, opa.

Description

A S4 class for the output of OPPAR main function, opa.

Usage

## S3 method for class 'OPPARList':
show(object)

## S3 method for class 'OPPARList': $(x, name)

Arguments

object
An object of type OPPARList
x
Object of type OPPARList.
name
Name of the slot to access.

Value

  • returns the number of outlier features detected, the number of samples retained, and the parameters used to run the opa function

    extracts slots from an object of type OPPARList.

Methods (by generic)

  • show: A show method for objects of class OPPARList
  • $: A method to extract slots inOPPARList