[R] Help_urgent_how to calculate mean and sd in biomod 2

2017-10-20 Thread Lara Dutra Silva
Hello I am new in R. I am trying to implement Biomod 2 package. However, I have a doubt. I want to calculate the mean and sd of "Testing.data" (ROC and TSS) > # let's print the ROC scores of all selected models > myBiomodModelEval_55["ROC","Testing.data",,,] RUN1 RUN2 RUN3 RUN4 RUN5 RUN

[R] Changes in code_plot

2017-10-26 Thread Lara Dutra Silva
Hello, I am trying to change some aspects in this code. plot(proj90PT$Acacia_EMmeanByTSS_mergedAlgo_mergedRun_mergedData, main= "Present", xlab ="x", ylab="y", cex.main=1.25, cex.lab=1.2, cex.axis=0.75, family = "arial") How can I change - font. I try family "arial" - size (exemple 14) of m

[R] Boundary_maps

2017-12-04 Thread Lara Dutra Silva
Hello, I have a question. Is there any code in R, so I can delimiy the study area (bounder)? plot(proj63PA$Pittosporum_EMmeanByROC_mergedAlgo_mergedRun_mergedData, main= "", xlab ="x.coords", ylab="y.coords", cex.axis=caxis) __ R-help@r-project.org ma

[R] Doubt_merging data

2018-04-08 Thread Lara Dutra Silva
Hello, I gather data from 5 objects and 5 data. frames and would like to join information. join: pb_SM + pb_T + pb_P + pb_F + pb_SJ = total_pb join: sdmdata_SM + sdmdata_T + sdmdata_P + sdmdata_F + sdmdata_SJ =total_sdmdata code: rbind, merge? total_pb<- ?? total_sdmdata<- ?? 1 absva