TiagoOlivoto / pliman

Tools for Plant Image Analysis
https://tiagoolivoto.github.io/pliman/
GNU General Public License v3.0
50 stars 9 forks source link

mosaic_analyze function dissapeared from PLIMAN package overnight #9

Closed mfm2174 closed 8 months ago

mfm2174 commented 8 months ago

In R when you search for the function it's not appearing anymore (Please see the image I uploaded). From one day to another the function dissapeared. I just discovered that when I tried to run the following script:

res_pot<-mosaic_analyze(pot,

  • r=1,g=2,b=3,
  • nrow=9,
  • ncol=16,
  • buffer_row = -0.15, # 15% não é considerado entre filas
  • buffer_col = -0.05, # 5% não é considerado entre colunas
  • plot_index = c("GLI","NGRDI","VARI","BGI"),
  • summarize_fun = c("mean","stdev"),
  • plot=FALSE)

Error in mosaic_analyze(pot, r = 1, g = 2, b = 3, nrow = 9, ncol = 16, : não foi possível encontrar a função "mosaic_analyze" image (1)

TiagoOlivoto commented 8 months ago

mosaic_analyze() is working fine image

Please, ensure you have the development version installed, following this instruction. That function is not on CRAN