Plot method for class big_sp_list.

# S3 method for big_sp_list
plot(x, coeff = 1, ...)

Arguments

x

An object of class big_sp_list.

coeff

Relative size of text. Default is 1.

...

Not used.

Value

A ggplot2 object. You can plot it using the print method. You can modify it as you wish by adding layers. You might want to read this chapter

to get more familiar with the package ggplot2.