Sha256: 55da9d94b1e5d41fd060cd92e80e566ca5c7f2f621f757f89c7f7af0245d2dc2
Contents?: true
Size: 466 Bytes
Versions: 6
Compression:
Stored size: 466 Bytes
Contents
- filename = 'R-png_' << rand(10000).to_s unless defined? filename and filename - text = filename unless defined? text and text - width = 500 unless defined? width and width - height = 500 unless defined? height and height - plot = block.call unless (defined? plot and plot) or not defined? block - filename += '.png' unless filename =~ /\.png$/i = resource filename, text, :image do |filename| - CSBC.ic50.tsv.transpose.R "png.file = '#{filename}';\n" + plot
Version data entries
6 entries across 6 versions & 1 rubygems