Displaying 1 result from an estimated 1 matches for "omiited".
Did you mean:
omited
2005 Aug 31
2
R CMD check example problem (PR#8113)
...)
vname <- deparse(substitute(var))
plot( df[[vname]] ~ df$Grp, type="b", col=col, title=title,
ylab=paste( dname, "$", vname, sep='' ) )
}
# or we explicitly construct the call and then call eval. The code for
# the latter approach is # omiited since this is quite messy and
# requires a lot of work.
which is getting extracted 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
# functio...