Simulated realisations of many point process models
  can be generated using the Metropolis-Hastings algorithm
  implemented in rmh.
  
  This function rmhstart
  creates a full description of the initial state of the
  Metropolis-Hastings algorithm,
  including possibly the initial state of the random number generator,
  for use in a subsequent call to rmh. It also
  checks that the initial state is valid.  The initial state should be specified either by the
  first argument start or by the other arguments
  n.start, x.start etc.
  
  If start is a list, then it should have components named 
  n.start or x.start and optionally iseed,
  with the same interpretation as described below.
  The arguments are:
    [object Object],[object Object],[object Object]
    The parameters n.start and x.start are
    incompatible.