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"
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:
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"