Skip to content
View sameerpadhye's full-sized avatar

Block or report sameerpadhye

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. Shiny_app_visualization_of_species_occurrence Shiny_app_visualization_of_species_occurrence Public

    R 2 1

  2. ETL_processes ETL_processes Public

    Python 1

  3. Personal-projects Personal-projects Public

    This project contains R scripts for some statistical analyses of ecological and biodiversity data

    R 1 1

  4. Generating a dataset of random numbe... Generating a dataset of random numbers having a normal distribution
    1
    make_df<-function(row_no, # specifying the number of rows
    2
                      mn, # specifying the mean
    3
                      sd_dv, # specifying the standard deviation
    4
                      col_no) # specifying the number of columns
    5
                      {
  5. Using the 'buffer' argument to extra... Using the 'buffer' argument to extract raster data from a defined zone around spatial point/s
    1
    #Libraries
    2
    
                  
    3
    library(raster)
    4
    library(sp)
    5
    
                  
  6. Business_data_analytics Business_data_analytics Public

    The repository contains a few analytical techniques used in analyzing Business data sets

    R