Description Usage Arguments Value Author(s) References See Also Examples
Filters solutions.
1 2 | ## S3 method for class 'BigBang'
filterSolution(o, filter=c("none", "solutions", "nosolutions"), subset, ...)
|
filter |
The |
subset |
Second level of filter. |
Returns a logical vector indicating which chromosomes are valid for the given filter.
Victor Trevino. Francesco Falciani Group. University of Birmingham, U.K. http://www.bip.bham.ac.uk/bioinf
Goldberg, David E. 1989 Genetic Algorithms in Search, Optimization and Machine Learning. Addison-Wesley Pub. Co. ISBN: 0201157675
For more information see BigBang
.
1 2 3 4 5 6 | ## Not run:
ok <- filterSolution(bb, filter="solutions", subset=1:100)
sum(ok)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.