Skip to content
View javimarlop's full-sized avatar

Organizations

@gfoss-jrc

Block or report javimarlop

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. spdynmodocpu spdynmodocpu Public

    openCPU GUI for the spdynmod library

    HTML 3 2

  2. eHabpy eHabpy Public

    eHabitat+ enhanced segmentation and similarity maps for DOPA

    Python 4 2

  3. spdynmod spdynmod Public

    R library and data: Spatio-dynamic wetland plant communities model

    R 1 1

  4. javimarlop-gee_ias_thresholds javimarlop-gee_ias_thresholds Public

    R

  5. CriteriaElicitation CriteriaElicitation Public

    Supplementary material: R code

    R

  6. Fractal creation with R Fractal creation with R
    1
    require(RColorBrewer)
    2
    #fractal<-function(){
    3
    colorRampPalette(brewer.pal(9,'Spectral'))(25)->paleta
    4
    z0 <- complex(real = stats::rnorm(1000000), imaginary = stats::rnorm(1000000))
    5
    c<-complex(real=-.7,imaginary=.5)