search for: bracket43bracket

Displaying 1 result from an estimated 1 matches for "bracket43bracket".

2005 Aug 31
2
R CMD check example problem (PR#8113)
...ted for testing into gtools.Rcheck/gtools-Ex.R as # An equivalent function is somewhat messier, since it must either explicitly # construct the y axis label, duplicating some of the work of the plot # function: plotit <- function( df, var, col="red", title="" )normal-bracket43bracket-normal dname <- deparse(substitute(df)) vname <- deparse(substitute(var)) plot( df[[vname]] ~ df$Grp, type="b", col=col, title=title, ylab=paste( dname, "$", vname, sep='' ) ) normal-bracket43bracket-normal # or we explicitly const...