A named list of the formal arguments for scale_x_discrete
. 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.
defcx(...)
arguments for scale_x_discrete
In the named list, the name is the argument name and the value is the argument value.
defcx()
#> $name
#> waiver()
#>
#> $expand
#> waiver()
#>
#> $guide
#> waiver()
#>
#> $position
#> [1] "bottom"
#>