When i try to plot a binary response variable (Goose field Y or N) against a continuous response variable (field size) using:
plot(formula=main$GOOSE_FIELD~main$M2)
it produces a bar plot instead of a rug plot with data points lined up against Y or N on y axis. How can I produce the rug plot format?