Learn R Programming

bigstatsr (version 1.6.1)

plot.big_sp_list: Plot method

Description

Plot method for class big_sp_list.

Usage

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

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.

Arguments

x

An object of class big_sp_list.

coeff

Relative size of text. Default is 1.

...

Not used.