Last data update: 2014.03.03

R: Simulation of a cost matrix for use in NHEMOtree
Sim_CostsR Documentation

Simulation of a cost matrix for use in NHEMOtree

Description

Simulation of a cost matrix for 10 variables in combination with 'Sim_Data' and to be analyszed with "NHEMOtree".

Usage

Sim_Costs()

Author(s)

Swaantje Casjens

See Also

Sim_Data, NHEMOtree

Examples

Sim_Costs()

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(NHEMOtree)
Loading required package: partykit
Loading required package: grid
Loading required package: emoa
Loading required package: sets
Loading required package: rpart
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/NHEMOtree/Sim_Costs.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Sim_Costs
> ### Title: Simulation of a cost matrix for use in NHEMOtree
> ### Aliases: Sim_Costs
> ### Keywords: Non-hierarchical evolutionary multi-objective tree learner
> 
> ### ** Examples
> 
> Sim_Costs()
   Names    Kosten
1     X1 17.857143
2     X2 17.857143
3     X3 17.857143
4     X4 14.285714
5     X5 10.714286
6     X6  7.142857
7     X7  3.571429
8     X8  3.571429
9     X9  3.571429
10   X10  3.571429
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>