Description Usage Arguments Value Examples
View source: R/project-criterion.R
This function is a constructor to Project.criterion S4 class. It defines the criterion to be used in association to a factor when evaluating projects.
1  | Project.criterion(factor, importance.degree, specific)
 | 
factor | 
 Factor S4 class  | 
importance.degree | 
 character, must mach one item of the scale of degrees to be used ("Cr", "C", "LC","I")  | 
specific | 
 logical indicates the considered factors is specific for the project under consideration#'  | 
a Project.criterion S4 object
1 2  | ## Not run: Project.criterion <- Project.criterion(factor, importance.degree, specific)
Project.criterion(Factor("fator1"), "LC", FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.