R/opts.R
sub-.pm_opts.Rd
Extract multiple pmplots options
# S3 method for class 'pm_opts' x[i, ..., exact = TRUE]
the pm_opts object
pm_opts
a character option name to extract
other option names to extract
not used
pm["scatter.size", "time.unit"] #> $scatter.size #> [1] 1.5 #> #> $time.unit #> [1] "hr" #>