Set the Plot Margins

setMargins(bottom = NA, left = NA, top = NA, right = NA)

Arguments

bottom

bottom margin as used in par("mar")

left

left margin as used in par("mar")

top

top margin as used in par("mar")

right

right margin as used in par("mar")