R/GrammarMaxRuleSize.R

Defines functions GrammarMaxRuleSize

Documented in GrammarMaxRuleSize

GrammarMaxRuleSize <- function(grammar) {
  # returns the maximum rule size for the grammar
  grammar$maxRuleSize
}

GetGrammarMaxRuleSize <- GrammarMaxRuleSize

Try the gramEvol package in your browser

Any scripts or data that you put into this service are public.

gramEvol documentation built on July 18, 2020, 5:07 p.m.