PasteRack.org
Paste # 94110
2014-07-22 16:56:13

Forked from paste # 3720.

Fork as a new paste.

Paste viewed 127 times.


Embed:

vector field - Ultimatum game

  1. (require plot)
  2. (require math)
  3.  
  4. (plot (function
  5.       (lambda (x)
  6.         (* 2 x))
  7.       0 1 0 1))
  8.  

=>

function: arity mismatch;

 the expected number of arguments does not match the given

number

  expected: a different number plus optional arguments with

keywords #:alpha, #:color, #:label, #:samples, #:style,

#:width, #:y-max, and #:y-min

  given: 5

  arguments...:

   #<procedure>

   0

   1

   0

   1