x
and y
coordinate vectors.concatxy(...)
x
and y
.x
and y
, which are the
concatenations of all the corresponding x
and y
vectors in the argument list.superimpose
which is
recommended).
It assumes that each of the arguments in
...
is a structure containing (at least) the elements
x
and y
. It concatenates all the x
elements
into a vector x
, and similarly for y
, and returns these
concatenated vectors.superimpose
,
quadscheme
dat <- runifrect(30)
xy <- list(x=runif(10),y=runif(10))
new <- concatxy(dat, xy)
Run the code above in your browser using DataLab