powered by
Print and plot methods for litmus and mlitmus objects.
# S3 method for litmus print(x, …) # S3 method for mlitmus print(x, …)# S3 method for litmus plot(x, n=200, …) # S3 method for mlitmus plot(x, n=200, …)
# S3 method for litmus plot(x, n=200, …) # S3 method for mlitmus plot(x, n=200, …)
A litmus or mlitmus object.
Integer, number of strips.
Ignored.
The plot method calls colorspace::swatchplot, with a vector of colors.
Refer to the vignette for an overview, references and better examples.
litmus, mlitmus
# NOT RUN { colf <- blue.litmus () print (colf) plot (colf) # }
Run the code above in your browser using DataLab