powered by
# S3 method for fhx sort(x, decreasing = FALSE, sort_by = "first_year", ...)
x
data(lgr2) plot(sort(lgr2, decreasing = TRUE)) plot(sort(lgr2, sort_by = "last_year"))
Run the code above in your browser using DataLab