ScoreExtract.DNB_output: Extract the score information of @result from object...

View source: R/process.R

ScoreExtract.DNB_outputR Documentation

Extract the score information of @result from object (S3:DNB_output)

Description

Extract the score information of @result from object (S3:DNB_output)

Usage

## S3 method for class 'DNB_output'
ScoreExtract(
  object,
  ranking = NULL,
  group = NULL,
  resource = NULL,
  quiet = FALSE,
  ...
)

Arguments

object

S3:DNB_output

ranking

the ranking of exactly module, default 1 if NULL

group

which group to select module, default random selected if NULL

resource

the actual module name, ranking & group will be ignored if use

quiet

do not message

...

not use

Value

score data.frame


Kaiyu-W/DNBr documentation built on April 27, 2024, 10:09 a.m.