So, I'm trying to make a plot in the following format:
print(levelplot(Z ~ X*Y, data=data))
X and Y are column names in the dataframe. If I have a list of the column names, how can I go through them and plot every column against every other column?