powered by
Print and plot methods for barface, litmus and mlitmus objects.
# S3 method for barface print(x, …) # S3 method for litmus print(x, …) # S3 method for mlitmus print(x, …)# S3 method for barface plot(x, …) # S3 method for litmus plot(x, n=200, …) # S3 method for mlitmus plot(x, n=200, …)
# S3 method for barface plot(x, …) # S3 method for litmus plot(x, n=200, …) # S3 method for mlitmus plot(x, n=200, …)
A barface, litmus or mlitmus object.
Integer, number of strips.
Ignored.
The plot method calls colorspace::swatchplot, with a vector of colors.
# NOT RUN { plot (heat.barface () ) # }
Run the code above in your browser using DataLab