## S3 method for class 'grplasso'plot(x, type ="coefficients", col =NULL,...)
Arguments
x: a grplasso object
type: type = "coefficients" plots coefficients with respect to the input variables, even if standardize = TRUE is used in grplasso.
col: a vector indicating the color of the different group paths. The length should equal the number of groups. The same ordering as in the vector index is used with the exception that the unpenalized coefficients are grouped at the beginning of the vector.
...: other parameters to be passed to the plotting functions.