pl.envir$usr.ploptions$margin.line ## same as ...
ploptions("margin.line")
# The objects inside pl.envir:
ls(pl.envir)
plyx(1:4)
ploptions(margin.line=c(3,1))
ploptions("margin.line")
pl.envir$usr.ploptions$margin.line
pl.envir$ploptions$margin.line ## the choice for
## the last called high level pl function
str( pl.envir$plfeatures )
Run the code above in your browser using DataLab