palaeoverse / rphylopic

Get Silhouettes of Organisms from PhyloPic
https://rphylopic.palaeoverse.org
GNU General Public License v3.0
91 stars 9 forks source link

Add plot and print methods for Picture and array objects #77

Closed willgearty closed 1 year ago

willgearty commented 1 year ago

This adds new plot and print methods for our silhouette image objects (vectorized and rasterized). I also added a new "phylopic" class to the raster objects, because we don't want to make methods for all "array" objects.

Fixes #73.