Or just remove the dim attributes in 'x1', 'x2' with c to convert to vector and use plot
dim
c
plot
plot(c(x1), c(x2))