I'm trying to generate a plot for my dataset that can be found here
There are 13 attributes with 13th attribute being the class. The first attribute is just ID so I want to ignore it.
I try to create the graph like this but I'm getting an error
> ggpairs(wine[2:13], columns=2:12,
+ colour='q', lower=list(continuous='points'),
+ axisLabels='none',
+ upper=list(continuous='blank'))
Error in unit(tic_pos.c, "mm") : 'x' and 'units' must have length > 0