luismurao / ntbox

Testing stable functions of nichetoolbox
7 stars 8 forks source link

Problems with plotting the ecological space #2

Closed CescGV closed 4 years ago

CescGV commented 4 years ago

Hola,

Estoy siguiendo el curso de ENM2020 y me interesa mucho tu aplicación! Me la he descargado con R, he cargado los datos de mi proyecto, y todo parece funcionar excepto una cosa: No me aparece el espacio de nicho ecológico; no me aparece gráficamente:

Loading the data is not an issue since I can load the predictor variables and I can see them on the map when I load it. Also, the maps have the same coordinate system, extension and resolution Capture capture2

Do you have any idea why this could be?

Thank you very much,

Cesc

luismurao commented 4 years ago

Hi Cesc, Check your version of RStudio. Previous versions would not display WebGL plots (the one that ntbox uses to plot 3D E-space). On the other hand, you can use the button Open in Browser that is located in the top-left corner or just copy the web address also there to Chrome or Mozilla Best regards, Luis

myces commented 4 years ago

Hi, I´m having this problem :-( Erro: Failed to install 'ntbox' from GitHub: (convertido do aviso) package ‘car’ is not available (for R version 3.4.1) do I have to install a previous version? Thanks!

luismurao commented 4 years ago

@myces

The error means the car package which is a package imported by nichetoolbox is not available for your R version (3.4.1), you should update your R. I recommend you install the version 3.6 and also RTools. All the best Luis