Title: | COPPE-Cosenza Fuzzy Hierarchy Model |
---|---|
Description: | The program implements the COPPE-Cosenza Fuzzy Hierarchy Model. The model was based on the evaluation of local alternatives, representing regional potentialities, so as to fulfill demands of economic projects. After defining demand profiles in terms of their technological coefficients, the degree of importance of factors is defined so as to represent the productive activity. The method can detect a surplus of supply without the restriction of the distance of classical algebra, defining a hierarchy of location alternatives. In COPPE-Cosenza Model, the distance between factors is measured in terms of the difference between grades of memberships of the same factors belonging to two or more sets under comparison. The required factors are classified under the following linguistic variables: Critical (CR); Conditioning (C); Little Conditioning (LC); and Irrelevant (I). And the alternatives can assume the following linguistic variables: Excellent (Ex), Good (G), Regular (R), Weak (W), Empty (Em), Zero (Z) and Inexistent (In). The model also provides flexibility, allowing different aggregation rules to be performed and defined by the Decision Maker. Such feature is considered in this package, allowing the user to define other aggregation matrices, since it considers the same linguistic variables mentioned. |
Authors: | Pier Taranti [aut, cre], Leonardo Pessoa [aut], Carlos Cosenza [aut] |
Maintainer: | Pier Taranti <[email protected]> |
License: | GPL-2 | file LICENSE |
Version: | 0.1.2 |
Built: | 2025-03-13 03:00:13 UTC |
Source: | https://github.com/ptaranti/coppecosenzar |
S4 method do not validate entries, since it is not exported and the data is validated by the constructors. The validation here would be resource consuming.
Aggregate(aggregation.matrix, factor.evaluation, resource.evaluation, factor.is.specific, nrfactors) ## S4 method for signature ## 'Aggregation.matrix.default,character,character,logical,numeric' Aggregate(aggregation.matrix, factor.evaluation, resource.evaluation, factor.is.specific, nrfactors) ## S4 method for signature ## 'Aggregation.matrix.membership.difference, ## character, ## character, ## logical, ## numeric' Aggregate(aggregation.matrix, factor.evaluation, resource.evaluation, factor.is.specific, nrfactors)
Aggregate(aggregation.matrix, factor.evaluation, resource.evaluation, factor.is.specific, nrfactors) ## S4 method for signature ## 'Aggregation.matrix.default,character,character,logical,numeric' Aggregate(aggregation.matrix, factor.evaluation, resource.evaluation, factor.is.specific, nrfactors) ## S4 method for signature ## 'Aggregation.matrix.membership.difference, ## character, ## character, ## logical, ## numeric' Aggregate(aggregation.matrix, factor.evaluation, resource.evaluation, factor.is.specific, nrfactors)
aggregation.matrix |
aggregation.matrix |
factor.evaluation |
character factor evaluation from project |
resource.evaluation |
character factor evaluation from option |
factor.is.specific |
logic indicates that this factor is specific for the project |
nrfactors |
numeric number of factors evaluated for each project/option |
numeric indicate the result factor per option. If a specific factor is not achieved it returns -1
S4 method to perform Aggregation.Matrix inheirited objects. If a implementation is not provided to a specific aggregation matrix, this implementation will be used. So it allows using different aggregation matrices. Such feature provides flexibility regarding compensatory effects among the criteria. Therefore it can be adjusted to different multicriteria problems. It is important to highlight that the entries must be compliant to the original described categories, using the same linguistic variables present in the default aggregation matrix.
AggregateMatrix(aggregation.matrix, project.portfolio.as.data.frame, project.portfolio.specifics.as.data.frame, option.portfolio.as.data.frame) ## S4 method for signature ## 'Aggregation.matrix,data.frame,data.frame,data.frame' AggregateMatrix(aggregation.matrix, project.portfolio.as.data.frame, project.portfolio.specifics.as.data.frame, option.portfolio.as.data.frame)
AggregateMatrix(aggregation.matrix, project.portfolio.as.data.frame, project.portfolio.specifics.as.data.frame, option.portfolio.as.data.frame) ## S4 method for signature ## 'Aggregation.matrix,data.frame,data.frame,data.frame' AggregateMatrix(aggregation.matrix, project.portfolio.as.data.frame, project.portfolio.specifics.as.data.frame, option.portfolio.as.data.frame)
aggregation.matrix |
aggregation.matrix |
project.portfolio.as.data.frame |
project.portfolio.as.data.frame |
project.portfolio.specifics.as.data.frame |
project.portfolio.specifics.as.data.frame |
option.portfolio.as.data.frame |
option.portfolio.as.data.frame |
data.frame
data.frame
This class was included to act as an abstract class to be inherited by concrete classes that implement their matrix in constructors.
name
character
This class represents extends the Aggregation.matrix S4 and is the default aggregation matrix, that presents a zero value, when the option does not provide an adequate level of the required factor. In other words, if the option level is below the required one, the evaluation of the criteria for the studied option will be zero. Such matrix provides a low compensatory effect. Nevertheless for problems which allows greater compensatory effects, the package allows using different aggregation matrices.
Aggregation.matrix
This class represents extends the Aggregation.matrix S4 and implements the Membership Difference aggregation matrix.
Aggregation.matrix
This S4 method masks the base::as.data.frame()
S3 function. If a call
uses parameters other then the expected by this package, then it will be
forward to the S3 function.
as.data.frame(x, row.names, optional, ...) ## S4 method for signature 'Option.portfolio' as.data.frame(x) ## S4 method for signature 'Project.portfolio' as.data.frame(x, row.names = NA, optional = FALSE)
as.data.frame(x, row.names, optional, ...) ## S4 method for signature 'Option.portfolio' as.data.frame(x) ## S4 method for signature 'Project.portfolio' as.data.frame(x, row.names = NA, optional = FALSE)
x |
Option.portfolio or Project.portfolio |
row.names |
not used. It is inherited from |
optional |
logical. To be used with Project.portfolio. Indicates if the
return is a data.frame with factor evaluations or with the information about
which factors are specific to a project.
The default is |
... |
not used. |
data.frame
## Not run: as.data.frame(option.portfolio) ## Not run: as.data.frame(project.portfolio, option = TRUE) ## Not run: as.data.frame(project.portfolio, , TRUE) ## Not run: as.data.frame(project.portfolio, ANY, FALSE) ## Not run: as.data.frame(project.portfolio, option = FALSE) ## Not run: as.data.frame(project.portfolio) This infer option is FALSE, too.
## Not run: as.data.frame(option.portfolio) ## Not run: as.data.frame(project.portfolio, option = TRUE) ## Not run: as.data.frame(project.portfolio, , TRUE) ## Not run: as.data.frame(project.portfolio, ANY, FALSE) ## Not run: as.data.frame(project.portfolio, option = FALSE) ## Not run: as.data.frame(project.portfolio) This infer option is FALSE, too.
S4 method to construct Coppe.cosenza objects. The package also provides a way to verify the consistency of the entry data. There are 3 different matrices which are considered for the evaluation purposes: The project' s required factors; The project's description of specific factors; and the options' available level of factors. All the factors must be evaluated by each project and by each option. The program deconstruct each evaluation so as to verify: if all the factors are evaluated for each project; if all the factors are evaluated for each option, and besides, if all the linguistic variables are the prescribed ones. Such verification avoids incomplete or incorrect evaluations presenting the correspondent error messages.
Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature 'ANY,ANY,ANY,ANY,ANY' Coppe.cosenza(x) ## S4 method for signature ## 'Project.portfolio, ## Option.portfolio, ## Factors.of.interest, ## missing, ## missing' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature ## 'Project.portfolio, ## Option.portfolio, ## Factors.of.interest, ## character, ## missing' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature ## 'Project.portfolio, ## Option.portfolio, ## Factors.of.interest, ## missing, ## logical' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature ## 'Project.portfolio, ## Option.portfolio, ## Factors.of.interest, ## character, ## logical' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature 'Project,ANY,ANY,ANY,ANY' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature 'Project.portfolio,Option,ANY,ANY,ANY' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE)
Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature 'ANY,ANY,ANY,ANY,ANY' Coppe.cosenza(x) ## S4 method for signature ## 'Project.portfolio, ## Option.portfolio, ## Factors.of.interest, ## missing, ## missing' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature ## 'Project.portfolio, ## Option.portfolio, ## Factors.of.interest, ## character, ## missing' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature ## 'Project.portfolio, ## Option.portfolio, ## Factors.of.interest, ## missing, ## logical' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature ## 'Project.portfolio, ## Option.portfolio, ## Factors.of.interest, ## character, ## logical' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature 'Project,ANY,ANY,ANY,ANY' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE) ## S4 method for signature 'Project.portfolio,Option,ANY,ANY,ANY' Coppe.cosenza(x, y, factors.of.interest, aggregation.matrix.name = "default", normalize = FALSE)
x |
Project.portfolio or Project S4 object |
y |
Option.portfolio or Option S4 object |
factors.of.interest |
Factors.of.interest S4 object |
aggregation.matrix.name |
character - the name of Aggregation.matrix to be used. If not provided the "default" implementation will be used |
normalize |
logical - if TRUE, the values will be normalized, dividing results by the number of factors. |
Coppe.cosenza S4 object
Coppe.cosenza S4 class represents the solution of the COPPE-Cosenza method. In order to do so, this S4 class contains the final evaluation of the options regarding the studied projects. It presents a data frame presenting the final evaluation of the options regarding each project. If an option does not satisfies project´s specific factors, the option is discarded (a veto operation), with the value NA. The result also presents relevant messages list, describing if some evaluation could not be performed due to entry failures or missing evaluations.
result
data.frame
projects.names
character
options.names
character
factors.of.interest
Factors.of.interest
aggregation.matrix
Aggregation.matrix
messages
character
COPPE-Cosenza Fuzzy Hierarchy Model (coppeCosenzaR).
The program implements the COPPE-Cosenza Fuzzy Hierarchy Model .
The model was based on the evaluation of local alternatives, representing regional potentialities, so as to fulfill demands of economic projects. After defining demand profiles in terms of their technological coefficients, the degree of importance of factors is defined so as to represent the productive activity.
The method can detect a surplus of supply without the restriction of the distance of classical algebra, defining an hierarchy of location alternatives. In Coppe-Cosenza Model, the distance between factors is measured in terms of the difference between grades of memberships of the same factors belonging to two or more sets under comparison.
The required factors are classified under the following linguistic variables:
Critical (CR),
Contitioning (C),
Little Conditioning (LC), and
Irrelevant (I).
And the alternatives can assume the following linguistic variables:
Excellent (Ex),
Good (G),
Regular (R),
Weak (W),
Empty (Em),
Zero (Z), and
Inexistent (In).
The model also provides flexibility, allowing different aggregation rules to be performed and defined by the Decision Maker. Such feature is considered in this package, allowing the user to define other aggregation matrices, since it considers the same linguistic variables mentioned.
The following matrices are avaiable in the package:
Default Matrix (see Aggregation.matrix.default)
Membership Difference Matrix (see Aggregation.matrix.membership.difference)
#' New matrices can be added when requested.
Pier-Giovanni Taranti [email protected]
Leonardo Antonio Monteiro Pessoa
Carlos Alberto Nunes Cosenza
Cosenza, Carlos Alberto Nunes, Francisco Antonio Doria, and Leonardo Antonio Monteiro Pessôa. Hierarchy Models for the Organization of Economic Spaces. Procedia Computer Science 55 (2015): 82-91. https://doi.org/10.1016/j.procs.2015.07.010
Useful links:
Report bugs at https://github.com/ptaranti/coppeCosenzaR/issues
Factor(name) is a constructor to Factor S4 objects. Factor S4 class contains a single slot with the factor name.
Factor(name)
Factor(name)
name |
character the factor namecharacter (any other argument will be cast to character) |
a Factor
S4 object
factor <- Factor("name") Factor("name")
factor <- Factor("name") Factor("name")
Factor S4 class contains a single slot with the Factor name. A factor in the COPPE-Cosenza model represents an item to be considered both in the options and in projects.
name
character
Factors.of.interest is a constructor. Factor elements inserted in list.of.factors are type-checked as S4 coppeCosenza::Factor objects. They must have distinct names.
Factors.of.interest(list.of.factors)
Factors.of.interest(list.of.factors)
list.of.factors |
list of Factor S4 objects |
a Factors.of.interest
S4 object
Factors.of.interest(list(Factor("factor1"), Factor("factor2"), Factor("factor3")))
Factors.of.interest(list(Factor("factor1"), Factor("factor2"), Factor("factor3")))
Factors.of.interest S4 class contains a list of S4 Factor objects. This list is used as parameter when construction the output from Coppe-Cosenza method.
list.of.factors
list of Factor. Has one or more distinct S4 Factor objects.
It provides a sorted vector with the names of factors.
getFactorsOfInterestNames(factors.of.interest)
getFactorsOfInterestNames(factors.of.interest)
factors.of.interest |
S4 Factors.of.interest object |
vector of character
## Not run: getFactorsOfInterestNames(factors.of.interest)
## Not run: getFactorsOfInterestNames(factors.of.interest)
This function returns a sorted vector with all the factors names in a Option S4 object
getOptionFactorsNames(option)
getOptionFactorsNames(option)
option |
an Option S4 object |
It provides a sorted vector with the names of factors in an option.
## Not run: getOptionFactorsNames(option)
## Not run: getOptionFactorsNames(option)
function that provides a list of Factor S4 objects presents in a Option.portfolio S4 object
getOptionPortfolioFactors(option.portfolio)
getOptionPortfolioFactors(option.portfolio)
option.portfolio |
S4 Option.portfolio object |
list of Factor S4 objects
## Not run: getOptionPortfolioFactors(option.portfolio)
## Not run: getOptionPortfolioFactors(option.portfolio)
function that provides a sorted vector with option names.
getOptionPortfolioNames(option.portfolio)
getOptionPortfolioNames(option.portfolio)
option.portfolio |
S4 Option.portfolio object |
vector of character
## Not run: getOptionPortfolioNames(option.portfolio)
## Not run: getOptionPortfolioNames(option.portfolio)
This function returns a sorted vector with all the factors names in a Project S4 object
getProjectFactorsNames(project)
getProjectFactorsNames(project)
project |
an Project S4 object |
It provides a sorted vector with the names of factors in an project
## Not run: getProjectFactorsNames(project)
## Not run: getProjectFactorsNames(project)
This function returns a sorted vector with all the factors names in a Project S4 object which were classified as specific to the project under discussion.
getProjectFactorsSpecific(project)
getProjectFactorsSpecific(project)
project |
an Project S4 object |
It provides a sorted vector with the names of factors in an project which were classified as specific to the project under discussion.
## Not run: getProjectFactorsSpecific(project)
## Not run: getProjectFactorsSpecific(project)
function that provides a sorted vector with factors from the project list.
getProjectPortfolioFactors(project.portfolio)
getProjectPortfolioFactors(project.portfolio)
project.portfolio |
S4 Project.portfolio object |
vector of character
## Not run: getProjectPortfolioFactors(project.portfolio)
## Not run: getProjectPortfolioFactors(project.portfolio)
function that provides a sorted vector with project names.
getProjectPortfolioNames(project.portfolio)
getProjectPortfolioNames(project.portfolio)
project.portfolio |
S4 Project.portfolio object |
vector of character
## Not run: getProjectPortfolioNames(project.portfolio)
## Not run: getProjectPortfolioNames(project.portfolio)
Constructs a Option S4 object, which represents a possible solution to projects. The object includes a list of Option.resource, which is type checked.
Option(name, option.resources)
Option(name, option.resources)
name |
character character (any other argument will be cast to character) |
option.resources |
Option.resources S4 object. Cannot be empty. |
a Option
S4 object
## Not run: Option <- Option(name, option.resources)
## Not run: Option <- Option(name, option.resources)
Option S4 class represents a possible solution to projects. The object includes a list of Option.resource, which is type checked.
name
character (any other argument will be cast to character)
option.resources
Option.resources
Constructs a Option.factor.availability S4 class. This defines the criterion in association to a factor when evaluating projects .
Option.factor.availability(factor, availability)
Option.factor.availability(factor, availability)
factor |
Factor S4 class |
availability |
character, must mach the scale of degrees as provided in
|
a Option.factor.availability
S4 object
## Not run: Option.factor.availability <- Option.factor.availability(factor, availability) Option.factor.availability(Factor("fator1"), "Ex")
## Not run: Option.factor.availability <- Option.factor.availability(factor, availability) Option.factor.availability(Factor("fator1"), "Ex")
Option.factor.availability S4 class. It defines the availability to be used in association to a factor when evaluating projects .
The accepted degrees are: Excellent (Ex), Good (G), Regular (R), Weak (W), Empty (Em), Zero (Z), and Inexistent (In).
factor
Factor S4 class
availability
character, must mach the scale of degrees to be used
S4 method to construct Option.portfolio S4 objects. It accepts different sets for parameters types.
Option.portfolio(x) ## S4 method for signature 'ANY' Option.portfolio(x) ## S4 method for signature 'list' Option.portfolio(x) ## S4 method for signature 'data.frame' Option.portfolio(x)
Option.portfolio(x) ## S4 method for signature 'ANY' Option.portfolio(x) ## S4 method for signature 'list' Option.portfolio(x) ## S4 method for signature 'data.frame' Option.portfolio(x)
x |
list of Option S4 object or a data.frame |
a Option.portfolio S4 object
Arguments (ANY)
A call to Project.portfolio( )
with no parameters will return
an error message for mismatch argument.
Arguments list(). A non-empty list with Option S4 objects.
Arguments data.frame. A data.frame where columns represent factors and rows are the options. The data frame is checked for no columns and no rows. The constructors called subsequently will verify if acceptable values where used to factor evaluation and for distinct names of factors and options.
It is possible to obtain a dummy table to serve as example by
construction a potrfolio using Option.portfolio(list.of.options)
and
after converting it in a data.frame using the function
as.data.frame(option.portfolio)
.
## Not run: option.portfolio <- Option.portfolio(list.of.options) ## Not run: option.portfolio <- Option.portfolio(my.option.portfolio.data.frame)
## Not run: option.portfolio <- Option.portfolio(list.of.options) ## Not run: option.portfolio <- Option.portfolio(my.option.portfolio.data.frame)
Option.portfolio S4 class contains a type-checked list of S4 Option objects. This object is an argument to construct the CoppeCosenza S4 objects, which, in turn, represents the method solution.
Any S4 Option object can be included in the @list.of.options. This means we can have options with different set of factors. It is possible to export and import Option.portfolio to/from data.frame, allowing to store and edit information externally.
list.of.option
list of Option S4 objects. The option names are checked and must be distinct.
A constructor to Option.resources S4 objects.
Option.resources(list.of.factor.availability)
Option.resources(list.of.factor.availability)
list.of.factor.availability |
list of Option.factor.availability S4 objects |
a Option.resources
S4 object
## Not run: Option.resources(list.of.factor.availability)
## Not run: Option.resources(list.of.factor.availability)
Option.resources S4 class contains a list of one or more S4 Option.factor.availability objects. This list is type-checked and used to construct Option objects.
list.of.factor.availability
list of Option.factor.availability
Constructs a Project S4 object. ... TODO(Pessoa) VRF e Ampliar
Project(name, project.criteria)
Project(name, project.criteria)
name |
character |
project.criteria |
Project.criteria S4 object |
a Project
S4 object
## Not run: Project <- Project(name, project.criteria)
## Not run: Project <- Project(name, project.criteria)
Project S4 class represents a potential project and its slots include a Project.criteria object, with the list of needed factors to the project and their degree of importance. The project has a non-empty name.
name
character (any other argument will be cast to character)
project.criteria
Project.criteria
Project.criteria is a constructor to Factor S4 objects.
Project.criteria(list.of.project.criterion)
Project.criteria(list.of.project.criterion)
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 |
a Project.criteria
S4 object
## Not run: Project.criteria(list(project.criterion1,project.criterion2))
## Not run: Project.criteria(list(project.criterion1,project.criterion2))
Project.criteria S4 class contains a list of S4 Project.criterion objects. This list is used to construct Projec objects, and is type checked.
list.of.project.criterion
list of Project.criterion
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.
Project.criterion(factor, importance.degree, specific)
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
## Not run: Project.criterion <- Project.criterion(factor, importance.degree, specific) Project.criterion(Factor("fator1"), "LC", FALSE)
## Not run: Project.criterion <- Project.criterion(factor, importance.degree, specific) Project.criterion(Factor("fator1"), "LC", FALSE)
Project.criterion S4 class. It defines the criterion to be used in association to a factor when evaluating projects.
The accepted degrees are: "Cr", "C", "LC","I"
factor
Factor S4 class
importance.degree
character, must mach the scale of degrees to be used
specific
logical indicates the considered factors is specific for the project under consideration
S4 method to construct Project.portfolio S4 objects. It accepts different sets for parameters types.
Project.portfolio(x, y) ## S4 method for signature 'ANY,ANY' Project.portfolio(x) ## S4 method for signature 'list,ANY' Project.portfolio(x) ## S4 method for signature 'data.frame,data.frame' Project.portfolio(x, y)
Project.portfolio(x, y) ## S4 method for signature 'ANY,ANY' Project.portfolio(x) ## S4 method for signature 'list,ANY' Project.portfolio(x) ## S4 method for signature 'data.frame,data.frame' Project.portfolio(x, y)
x |
list A non-empty list with Project S4 objects, or a data frame with factors evauation |
y |
data.frame with specfic factors, if x is also a data.frame |
a Project.portfolio S4 object
Arguments (ANY)
A call to Project.portfolio( )
with no parameters will return
an error message for missing argument.
Arguments (data.frame, data.frame). Data.frame where columns represent factors and rows are the projects. The data.frame is checked for no-columns and no-rows. The firs data.frame contain the factors evaluation and the second, with same rows and columns, contain boolean information about the factor being specific or not to the project. The constructors called subsequently will verify if acceptable values where used to factor evaluation and for distinct names of factors and projects
It is possible to obtain a dummy table to serve as example by
construction a portfolio using Project.portfolio(list.of.projects)
and, after, converting it in a data.frame using the function
as.data.frame(project.portfolio)
.
## Not run: option.portfolio <- Project.portfolio(list.of.project) ## Not run: project.portfolio <- (project.portfolio.as.data.frame, project.portfolio.specifics.as.data.frame) ## End(Not run)
## Not run: option.portfolio <- Project.portfolio(list.of.project) ## Not run: project.portfolio <- (project.portfolio.as.data.frame, project.portfolio.specifics.as.data.frame) ## End(Not run)
Project.portfolio S4 class contains a type-checked list of S4 Project objects. This project.portfolio is an argument to construct the CoppeCosenza S4 objects, which, in turn, represents the method solution.
list.of.project
list of Project S4 objects
Any S4 Project object can be included in the @list.of.project. This means we can have projects with different set of factors. It is possible to export and import Project.portfolio to/from data.frame, allowing to store and edit information externally.
show
## S4 method for signature 'Aggregation.matrix' show(object) show(object) ## S4 method for signature 'Aggregation.matrix.default' show(object) ## S4 method for signature 'Aggregation.matrix.membership.difference' show(object) ## S4 method for signature 'Factor' show(object) ## S4 method for signature 'Factors.of.interest' show(object) ## S4 method for signature 'Option.factor.availability' show(object) ## S4 method for signature 'Option.resources' show(object) ## S4 method for signature 'Option' show(object) ## S4 method for signature 'Option.portfolio' show(object) ## S4 method for signature 'Project.criterion' show(object) ## S4 method for signature 'Project.criteria' show(object) ## S4 method for signature 'Project' show(object) ## S4 method for signature 'Project.portfolio' show(object) ## S4 method for signature 'Coppe.cosenza' show(object)
## S4 method for signature 'Aggregation.matrix' show(object) show(object) ## S4 method for signature 'Aggregation.matrix.default' show(object) ## S4 method for signature 'Aggregation.matrix.membership.difference' show(object) ## S4 method for signature 'Factor' show(object) ## S4 method for signature 'Factors.of.interest' show(object) ## S4 method for signature 'Option.factor.availability' show(object) ## S4 method for signature 'Option.resources' show(object) ## S4 method for signature 'Option' show(object) ## S4 method for signature 'Option.portfolio' show(object) ## S4 method for signature 'Project.criterion' show(object) ## S4 method for signature 'Project.criteria' show(object) ## S4 method for signature 'Project' show(object) ## S4 method for signature 'Project.portfolio' show(object) ## S4 method for signature 'Coppe.cosenza' show(object)
object |
Aggregation.matrix |
Aggregation.matrix.default |
Aggregation.matrix.default |
Aggregation.matrix.membership.difference |
Aggregation.matrix.membership.difference |
Factor |
Factor |
Factors.of.interest |
Factors.of.interest |
Option.factor.availability |
Option.factor.availability |
Option.resources |
Option.resources |
Option |
Option |
Option.portfolio |
Option.portfolio |
Project.criterion |
Project.criterion |
Project.criteria |
Project.criteria |
Project |
Project |
Project.portfolio |
Project.portfolio |
Coppe.cosenza |
Coppe.cosenza |