c
function.x
or y
vectors have a c()
wrapping. This is important for subsequent
subsetting of the respective vectors. Those vectors without a c()
wrapping will be wrapped by list()
. Symbols are not passed to
is.c()
due to the subsetting of the first element of the parse-tree.
is.c(expr)
substitute()
.