I got along via summary(object) works but plot(object) not to plot a subset of a data frame (lots of devices and each with Amplification against Voltage). Now I almost have the wanted result but why is the subset provided with two plots respectively divided into a false and true plot? Is the one plot the one I restricted (true) and the other plot all other subsets (false)?
I plotted it via lattice: xyplot(Amplification ~ Voltage | Serial_number==912009913, data=before, grid=TRUE)
(A "true / false plot lattice r" searching or something similar didn't provide me with a(ny) result)