Allows the list of data points listed by VI.ggplot to be sorted by x or y values, ascending or descending. Currently only implemented for geom_points. This function is experimental and has not been extensively tested.
Usage
# S3 method for VIgraph
sort(x, decreasing = FALSE, by = "x", ...)
Value
Returns a new object of the same type as that returned by VI.ggplot, but with data re-ordered.