Learn R Programming

coppeCosenzaR (version 0.1.3)

Project.criteria: Project.criteria Constructor

Description

Project.criteria is a constructor to Factor S4 objects.

Usage

Project.criteria(list.of.project.criterion)

Arguments

list.of.project.criterion

list of Project.criterion S4 objects. The list is type checked and cannot be empty. The factors of the used project.criterion must be distinct

Value

a Project.criteria S4 object

Examples

Run this code
# NOT RUN {
Project.criteria(list(project.criterion1,project.criterion2))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab