0

I am searching for a method to show progress when doing spatial operations in R. I know there are some for working with raster-data. Does anyone know a way to show progress when doing an operation with vactor-data like union{raster}? It would really help to organize our workflow here.

Thanks

Chitou
  • 81
  • 1
  • 6
  • Unless I'm misunderstanding and 'progress' is a technical term, you can use a progress bar `?txtProgressBar` – Scott Warchal Apr 27 '16 at 16:36
  • @Swarch Yes, I am looking for something similar. But I am searching for a display of progress for spatial data operations. There are many ways to show the progress if you use loops. But I need it for single function like described above. – Chitou Apr 28 '16 at 08:16
  • that is not available – Robert Hijmans May 30 '16 at 19:14

0 Answers0