Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • one <-- concat("-layer",sp,"m",sp,title)
  • two <-- concat("c",sp,"t",sp,pointnonunits(color<0>color<0>))
  • three <-- concat(title)
  • four <-- concat(sp,sp)
  • tot <-- stack(one,two,three,four)
  • return tot

...

  • one <-- concat("-layer",sp,"m",sp,title)
  • two <-- concat("c",sp,"c",sp,pointnonunits(color<0>color<0>))
  • three <-- concat(title)
  • four <-- concat(sp,sp)
  • tot <-- stack(one,two,three,four)
  • return tot

...