defy.RdA named list of the formal arguments for scale_y_continuous. This
function helps you to create a fully populated list. For any
function that uses this as a default, you can also
create your own named list for arguments you want to update, using
this default as a base.
defy(...)
| ... | arguments for |
|---|
defy(trans="log")#> $name #> waiver() #> #> $breaks #> waiver() #> #> $minor_breaks #> waiver() #> #> $labels #> waiver() #> #> $limits #> NULL #> #> $expand #> waiver() #> #> $na.value #> [1] NA #> #> $trans #> [1] "log" #> #> $position #> [1] "left" #> #> $sec.axis #> waiver() #>