R/snstr.R

Defines functions snstr

Documented in snstr

snstr = function(sn){

  #'
  #' Returns the snapshot number in string form
  #'
  #'
  #'@export
  #'

  sprintf('snapshot_%d',sn)
}
Will-McD/ENSTvisualise documentation built on June 24, 2022, 5:13 p.m.