R/menushelp.R

Defines functions HowToReImport helpExport helpImport helpMenus displayCentralCompositeDesigns displaysplitplot displayblock displayGlossary helpModify helpInspect helpExpImp helpQuantDesignAnalyze helpGeneralAnalyze helpAnalyze helpDopt helpquant helpgeneral help2level helpabout

Documented in displayblock displayCentralCompositeDesigns displayGlossary displaysplitplot help2level helpabout helpAnalyze helpDopt helpExpImp helpExport helpgeneral helpGeneralAnalyze helpImport helpInspect helpMenus helpModify helpquant helpQuantDesignAnalyze HowToReImport

## Menu info functions
helpabout <- function(){
     print(help("RcmdrPlugin.DoE-package"))
}

help2level <- function(){
     print(help("Menu.2level"))
}

helpgeneral <- function(){
     print(help("Menu.General"))
}

helpquant <- function(){
     print(help("Menu.Quantitative"))
}

helpDopt <- function(){
     print(help("Menu.Optimal"))
}

helpAnalyze <- function(){
     print(help("Menu.Analyze"))
}

helpGeneralAnalyze <- function(){
     print(help("Menu.GeneralAnalyze"))
}

helpQuantDesignAnalyze <- function(){
     print(help("Menu.QuantDesignAnalyze"))
} 

helpExpImp <- function(){
     print(help("Menu.ExpImp"))
}

helpInspect <- function(){
     print(help("Menu.Inspect"))
}

helpModify <- function(){
     print(help("Menu.Modify"))
}

displayGlossary <- function(){
     print(help("DoEGlossary"))
}

displayblock <- function(){
     print(help("block"))
}

displaysplitplot <- function(){
     print(help("splitplot"))
}

displayCentralCompositeDesigns <- function(){
     print(help("CentralCompositeDesigns"))
}

helpMenus <- function(){
     print(help("Menus"))
}

helpImport <- function(){
     print(help("Menu.mImport"))
}

helpExport <- function(){
     print(help("Menu.mExport"))
}

HowToReImport <- function(){
     print(help("HowToReImport"))
}

Try the RcmdrPlugin.DoE package in your browser

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

RcmdrPlugin.DoE documentation built on Oct. 7, 2023, 5:07 p.m.