How come I am able to pass a dataframe into the dparams
argument of the geom_qq
function, when it is specified as a list
type argument?
Is it because a dataframe is technically a list of equal length vectors?
How come I am able to pass a dataframe into the dparams
argument of the geom_qq
function, when it is specified as a list
type argument?
Is it because a dataframe is technically a list of equal length vectors?