virgilio: guide you all along

Description Usage Details Note See Also Examples

View source: R/autoDetrender.R

Description

It just provides a supervised path across the story. If you want to use other function step by step and not this one, the results are the same.

Usage

1
virgilio(reload=F)

Details

Actually it doesn't do anything, but sort the other function (it doesn't save nor load) from earlier to later stages of the proceedings. It's something similar tto a scout or a tutor managing that everything works fine (NB: that's the aim).

reload allow to skip the databases selection assuming you are reloading the one(s) used before.

Note

No argument are supposed when calling the function

See Also

configure()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function ()
{
    if (any(ls() == "yieldPrev")) {
    }
    else {
        yieldPrev <- new.env()
        yieldPrev$.conflicts.OK <- c()
    }
    configure()
    checkTrends()
    while (yieldPrev$flattyn == "y") {
        breakTrends()
        checkTrends()
    }
    modSel()
    responseYield()
  }

FoscoV/foreYield documentation built on June 20, 2021, 7:17 p.m.