SlideShare a Scribd company logo
R-tools to analyse bird data
Henk Sierdsema
Christian Kampichler
Bird data
• Monitoring data
• Atlas data
• Casual observations and lists
Saxifraga – Piet Munsterman
Bird data analysis
• Trends
• Distribution maps
• Trend maps / change
maps
Saxifraga – Piet Munsterman
Analysis tools
• Dedicated programs
– Trends: TRIM
– Maps: GIS (ArcGis, QGis), Maxent
• Scripting
Saxifraga – Piet Munsterman
• Free
• http://www.r-project.org/
• Large user community
• Many plugins called ‘packages’ dedicated
to specific statistical issues
• You can perfom very basic and very
advanced statistics with R
• But it’s also very useful if you have to
(almost) the same thing many times, like:
– Make trends graphs for 100 species
– Make correlation plots for 100 species and 50
variables
– Make distribution maps for 100 species
• And if you want to redo an analysis because
you got new data
Trend analysis of monitoring data
• Most organisations use TRIM to calculate
trends
TRIM
• Data files needed for TRIM
– Observations
– For automated runs (batches): Command-file
TRIM-observation file
• Complete matrix:
– Positive observations
– Zero-observations
– Missing values
– (Covariates)
5 1976 -1
5 1977 -1
5 1978 -1
5 1979 -1
5 1980 0
5 1981 -1
5 1982 0
5 1983 1
5 1984 0
5 1985 0
5 1986 5
5 1987 0
Statistics in TRIM
• Generalized Estimating Equations
– Modelling of repeated/correlated
observations
– Robust regression method
– Estimating procedure, no likelihood function
TRIM output
• Estimated numbers per site per year
• Trend estimates
• Basic graphs in interactive mode
BirdStats
• Facilitate data preparation, trend
calculation and retrieval of output
• Access-database
BirdStats
• However, also requires data-processing
before data can be read into BirdStats
• Limited flexibility
• Other option: make R-script to prepare
data and retrieval of output
TRIM R-script
• Retrieve data directly from database or
read .csv-files
• Set number of parameters like:
– Time period (can be species specific)
– Species selection
– Site-selection (shape or csv-file)
TRIM R-script
• Run TRIM in batch mode with tcf-
command files
• Retrieve TRIM-output
• Makes observations maps and maps
Saxifraga – Mark Zekhuis
TRIM R-script
• Retrieve data directly from Postgres-
database or read .csv-files:
– Sites
– Visits
– Observations
Examples
• Make files for TRIM
– make.TRIM.files()
• Run TRIM
• Import TRIM-output
– Import.TRIM.output()
Examples
• Read data
## ROUTE LOCATIONS
pktrute <- read.csv2("pktrute.csv", as.is = TRUE,
fileEncoding = "UTF8")
## SPECIES CODES AND NAMES
speciescodes <- read.csv2("speciescodes.csv", as.is = TRUE,
fileEncoding = "UTF8")
• Set parameters
minyear <- 1976
maxyear <- 2015
map.format <- "pdf“
test.run <- TRUE
Output: maps with observations
© Danish bird data: DOF
Output: trend graphs
MAPS
Spatial modeling with TRIMmaps
Saxifraga – Piet Munsterman
TRIMmaps
• Facilitate production of maps from
monitoring data and casual
observations
• R-programme
• Open source / freeware
Statistics TRIMmaps
• Combination of
– Regression type statistics
– Spatial interpolation of residuals
• Uses TRIM-input (data-files) or -output
(F1-files) and a number of other formats
Interpolation of residuals
• Inversed Distance Weighting (IDW)
• Kriging
Include observed local deviations
from regression model
Better maps
Combined map
interpolated
residuals
regression
model
What do you need to run
TRIMmaps ?
Observations
• Counts
• Presence-absence
• Presence-only
• Local trend data
• CSV-file
• TRIM F1- or dat-files
Site/location info
• X- and Y-coordinates
Environmental maps
• Raster maps
– Like:
• Climate
• Land use
• Landscape
Optional: site specific covariates
• Environmental characteristics for sites
that have a different spatial extend than
the prediction grids
– Like:
• buffers around points
• Transects with distance bands
• Plots with natural bounderies
• Squares that are bigger than the prediction grid
• Have to be pre-prepared with GIS
And some basic R-knowledge
We even made a small course for you 
Running TRIMmaps
Zeroes
• Add zeroes for TRIM F1- or dat-files
• Generate zeroes with Maxent
Overlay with environmental data
sets
• Climate
• Altitude (DTM)
• Land cover
• …
Regression models
• GLM
• GAM
• MARS
• Mixed models
• Boosted Regression Trees
• Random Forests
• ..
Output
• Maps
– Observations
– Predictions regression
– Residuals
– Combined map
• Regression models
• Model validations
• Shape-files, ASCII-grids and geoTIFF
with predictions
Observations
Distribution maps: regression
predictions
Interpolated residuals
Distribution maps
Regression predictions and
interpolated residuals
Regression predictions
Interpolated residuals
Variable contributions
Variable
Relative
importance (%)
Precipitation Seasonality 18.8
Precipitation of Driest Month 17.4
Arable land 15.6
Precipitation of Warmest Quarter 8.5
Temperature Seasonality 6.1
Potential evapotranspiration 5.8
Silt soil 4.7
Mean Temperature of Driest
Quarter 3.9
Complex cultivation patterns 3.6
Response curves
18 20 22 24 26 28 30
246810
bio_15
Predictedcount
19.9 %
0.0 0.2 0.4 0.6 0.8 1.0
23456
c00_f12_1km
Predictedcount
16.6 %
30 35 40 45
345678
bio_14
Predictedcount
15.9 %
160 180 200 220
3.03.23.43.6
bio_18
Predictedcount
8.8 %
5600 5800 6000 6200 6400
3.13.23.33.43.5
bio_4
Predictedcount
6 %
480 520 560 600
3.03.43.84.2
pet_he_yr
Predictedcount
5.4 %
Model quality
• Explained deviance
• Error statistics (MAE, MFE)
• ROC-plots
• Cross-validation
• Covariate maps
• QQ-plots, etc
Combining
trend and distribution:
trend maps
Trend maps
• Standardized difference between the
average count in the last three years and
the first three years of the period of
interest
Nend of period – Nstart of period
(N1+N2)/2
Corn Bunting
trend 1984-1995
Corn Bunting
trend 1994-2005
Corn Bunting
trend 2004-2015
Difference maps
• Difference between predicted
distribution in two time periods
Saxifraga – Piet Munsterman
Absolute difference map
2010
2000
Important remarks
• Bird observed  Birds present !
• Assumes minor influence of differences in
detection probabilities between habitats
• Next steps: account for imperfect
detection
Comparison with other R-
packages
• Site-specific covariates
– like buffer around point or transect
– downscaling larger grids
• Account for spatial correlation in
residuals
• Use TRIM-files for input
Download TRIMmaps
www.sovon.nl/nl/content/trimmaps
Download TRIMmaps
or simply google ‘trimmaps’
Installing TRIMmaps
• Install R
• Install 64-bits Java manually!
• Run ‘install_TRIMmaps.r’
• Check dependent packages with
firstLibraryStart()
• That’s it!
Thank you for your attention…
And we are happy to help
you with the use of TRIMmaps!
henk.sierdsema@sovon.nl
An extented version of this presentation
can be download from Slideshare.net
Saxifraga – Mark Zekhuis

More Related Content

What's hot

use in remote sensing in agriculture
use in remote sensing in agricultureuse in remote sensing in agriculture
use in remote sensing in agriculture
hena parveen
 
Map symbols
Map symbolsMap symbols
Map symbols
Jane Dikinya
 
Earth Science Mapping; interactive topographic maps
Earth Science Mapping; interactive topographic mapsEarth Science Mapping; interactive topographic maps
Earth Science Mapping; interactive topographic maps
Tim Corner
 
Gis
GisGis
Remote Sensing
Remote SensingRemote Sensing
Remote Sensing
Lax Koirala
 
Geospatial Technology for Sustainable Development
Geospatial Technology for Sustainable DevelopmentGeospatial Technology for Sustainable Development
Geospatial Technology for Sustainable Development
M S Swaminathan Research Foundation
 
Satellite Imagery: Acquisition and Presentation
Satellite Imagery: Acquisition and PresentationSatellite Imagery: Acquisition and Presentation
Satellite Imagery: Acquisition and Presentation
Travis Thompson
 
Basic Geodesy.pdf
Basic Geodesy.pdfBasic Geodesy.pdf
Basic Geodesy.pdf
RamMishra65
 
LIDAR
LIDARLIDAR
irrigation water quality analysis parameters
irrigation water quality analysis parametersirrigation water quality analysis parameters
irrigation water quality analysis parameters
amit ahuja
 
Datum
DatumDatum
gps technology
gps technologygps technology
gps technology
Naga Dinesh
 
Basics of GPS
Basics of GPSBasics of GPS
Basics of GPS
Hardeep Rai
 
GPS ppt.
GPS ppt. GPS ppt.
GPS ppt.
Jawad Ali
 
Gis+tutorial+1+basic+workbook
Gis+tutorial+1+basic+workbookGis+tutorial+1+basic+workbook
Gis+tutorial+1+basic+workbook
Clara Advn
 
Interpreting ‘Geographical Media’ using TPQEEL
Interpreting ‘Geographical Media’ using TPQEELInterpreting ‘Geographical Media’ using TPQEEL
Interpreting ‘Geographical Media’ using TPQEEL
Yaryalitsa
 
Characteristics of remote sensing satellites
Characteristics of remote sensing satellitesCharacteristics of remote sensing satellites
Characteristics of remote sensing satellites
Vivek Srivastava
 
Flood modelling and prediction 1
Flood modelling and prediction 1Flood modelling and prediction 1
Flood modelling and prediction 1
tp jayamohan
 
Raster processing
Raster processingRaster processing
Raster processing
Hans van der Kwast
 
GPS ERRORS
GPS ERRORS GPS ERRORS
GPS ERRORS
Maxim Rodrigues
 

What's hot (20)

use in remote sensing in agriculture
use in remote sensing in agricultureuse in remote sensing in agriculture
use in remote sensing in agriculture
 
Map symbols
Map symbolsMap symbols
Map symbols
 
Earth Science Mapping; interactive topographic maps
Earth Science Mapping; interactive topographic mapsEarth Science Mapping; interactive topographic maps
Earth Science Mapping; interactive topographic maps
 
Gis
GisGis
Gis
 
Remote Sensing
Remote SensingRemote Sensing
Remote Sensing
 
Geospatial Technology for Sustainable Development
Geospatial Technology for Sustainable DevelopmentGeospatial Technology for Sustainable Development
Geospatial Technology for Sustainable Development
 
Satellite Imagery: Acquisition and Presentation
Satellite Imagery: Acquisition and PresentationSatellite Imagery: Acquisition and Presentation
Satellite Imagery: Acquisition and Presentation
 
Basic Geodesy.pdf
Basic Geodesy.pdfBasic Geodesy.pdf
Basic Geodesy.pdf
 
LIDAR
LIDARLIDAR
LIDAR
 
irrigation water quality analysis parameters
irrigation water quality analysis parametersirrigation water quality analysis parameters
irrigation water quality analysis parameters
 
Datum
DatumDatum
Datum
 
gps technology
gps technologygps technology
gps technology
 
Basics of GPS
Basics of GPSBasics of GPS
Basics of GPS
 
GPS ppt.
GPS ppt. GPS ppt.
GPS ppt.
 
Gis+tutorial+1+basic+workbook
Gis+tutorial+1+basic+workbookGis+tutorial+1+basic+workbook
Gis+tutorial+1+basic+workbook
 
Interpreting ‘Geographical Media’ using TPQEEL
Interpreting ‘Geographical Media’ using TPQEELInterpreting ‘Geographical Media’ using TPQEEL
Interpreting ‘Geographical Media’ using TPQEEL
 
Characteristics of remote sensing satellites
Characteristics of remote sensing satellitesCharacteristics of remote sensing satellites
Characteristics of remote sensing satellites
 
Flood modelling and prediction 1
Flood modelling and prediction 1Flood modelling and prediction 1
Flood modelling and prediction 1
 
Raster processing
Raster processingRaster processing
Raster processing
 
GPS ERRORS
GPS ERRORS GPS ERRORS
GPS ERRORS
 

Similar to R-tools to analyse bird data_Henk sierdsema_Bird numbers 2016

Review of Digital Soil Mapping steps
Review of Digital Soil Mapping stepsReview of Digital Soil Mapping steps
Review of Digital Soil Mapping steps
FAO
 
Working with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Working with HDF and netCDF Data in ArcGIS: Tools and Case StudiesWorking with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Working with HDF and netCDF Data in ArcGIS: Tools and Case Studies
The HDF-EOS Tools and Information Center
 
Week-3 – System RSupplemental material1Recap •.docx
Week-3 – System RSupplemental material1Recap •.docxWeek-3 – System RSupplemental material1Recap •.docx
Week-3 – System RSupplemental material1Recap •.docx
helzerpatrina
 
Play with Vector and Make Map
Play with Vector and Make MapPlay with Vector and Make Map
Play with Vector and Make Map
NopphawanTamkuan
 
Geographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureGeographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agriculture
Kiranmai nalla
 
An Introduction to Distributed Data Streaming
An Introduction to Distributed Data StreamingAn Introduction to Distributed Data Streaming
An Introduction to Distributed Data Streaming
Paris Carbone
 
BREEZE 3D Analyst for the Advanced AERMOD Modeler
BREEZE 3D Analyst for the Advanced AERMOD ModelerBREEZE 3D Analyst for the Advanced AERMOD Modeler
BREEZE 3D Analyst for the Advanced AERMOD Modeler
BREEZE Software
 
Reforming Traditional Machine Learning Algorithms with Spatio-Temporal Analy...
 Reforming Traditional Machine Learning Algorithms with Spatio-Temporal Analy... Reforming Traditional Machine Learning Algorithms with Spatio-Temporal Analy...
Reforming Traditional Machine Learning Algorithms with Spatio-Temporal Analy...
Databricks
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
Sumanta Das
 
R programming & Machine Learning
R programming & Machine LearningR programming & Machine Learning
R programming & Machine Learning
AmanBhalla14
 
TUgis2010 Conference Presentation
TUgis2010 Conference PresentationTUgis2010 Conference Presentation
TUgis2010 Conference Presentation
jmwheatley
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
RaduPopa30
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
RaduPopa30
 
Real time streaming analytics
Real time streaming analyticsReal time streaming analytics
Real time streaming analytics
Anirudh
 
STATA - Graphing Data
STATA - Graphing DataSTATA - Graphing Data
STATA - Graphing Data
stata_org_uk
 
MapInfo Professional 12.5 and Discover3D 2014 - A brief overview
MapInfo Professional 12.5 and Discover3D 2014 - A brief overviewMapInfo Professional 12.5 and Discover3D 2014 - A brief overview
MapInfo Professional 12.5 and Discover3D 2014 - A brief overview
Prakher Hajela Saxena
 
BA Summit 2014 Predictive maintenance: Met big data het lek dichten
BA Summit 2014  Predictive maintenance: Met big data het lek dichtenBA Summit 2014  Predictive maintenance: Met big data het lek dichten
BA Summit 2014 Predictive maintenance: Met big data het lek dichten
Daniel Westzaan
 
ESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical dataESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical data
geoknow
 
Esta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-dataEsta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-data
geoknow
 
GIS_Whirlwind_Tour.ppt
GIS_Whirlwind_Tour.pptGIS_Whirlwind_Tour.ppt
GIS_Whirlwind_Tour.ppt
Fatima891926
 

Similar to R-tools to analyse bird data_Henk sierdsema_Bird numbers 2016 (20)

Review of Digital Soil Mapping steps
Review of Digital Soil Mapping stepsReview of Digital Soil Mapping steps
Review of Digital Soil Mapping steps
 
Working with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Working with HDF and netCDF Data in ArcGIS: Tools and Case StudiesWorking with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Working with HDF and netCDF Data in ArcGIS: Tools and Case Studies
 
Week-3 – System RSupplemental material1Recap •.docx
Week-3 – System RSupplemental material1Recap •.docxWeek-3 – System RSupplemental material1Recap •.docx
Week-3 – System RSupplemental material1Recap •.docx
 
Play with Vector and Make Map
Play with Vector and Make MapPlay with Vector and Make Map
Play with Vector and Make Map
 
Geographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureGeographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agriculture
 
An Introduction to Distributed Data Streaming
An Introduction to Distributed Data StreamingAn Introduction to Distributed Data Streaming
An Introduction to Distributed Data Streaming
 
BREEZE 3D Analyst for the Advanced AERMOD Modeler
BREEZE 3D Analyst for the Advanced AERMOD ModelerBREEZE 3D Analyst for the Advanced AERMOD Modeler
BREEZE 3D Analyst for the Advanced AERMOD Modeler
 
Reforming Traditional Machine Learning Algorithms with Spatio-Temporal Analy...
 Reforming Traditional Machine Learning Algorithms with Spatio-Temporal Analy... Reforming Traditional Machine Learning Algorithms with Spatio-Temporal Analy...
Reforming Traditional Machine Learning Algorithms with Spatio-Temporal Analy...
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
R programming & Machine Learning
R programming & Machine LearningR programming & Machine Learning
R programming & Machine Learning
 
TUgis2010 Conference Presentation
TUgis2010 Conference PresentationTUgis2010 Conference Presentation
TUgis2010 Conference Presentation
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
 
Real time streaming analytics
Real time streaming analyticsReal time streaming analytics
Real time streaming analytics
 
STATA - Graphing Data
STATA - Graphing DataSTATA - Graphing Data
STATA - Graphing Data
 
MapInfo Professional 12.5 and Discover3D 2014 - A brief overview
MapInfo Professional 12.5 and Discover3D 2014 - A brief overviewMapInfo Professional 12.5 and Discover3D 2014 - A brief overview
MapInfo Professional 12.5 and Discover3D 2014 - A brief overview
 
BA Summit 2014 Predictive maintenance: Met big data het lek dichten
BA Summit 2014  Predictive maintenance: Met big data het lek dichtenBA Summit 2014  Predictive maintenance: Met big data het lek dichten
BA Summit 2014 Predictive maintenance: Met big data het lek dichten
 
ESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical dataESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical data
 
Esta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-dataEsta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-data
 
GIS_Whirlwind_Tour.ppt
GIS_Whirlwind_Tour.pptGIS_Whirlwind_Tour.ppt
GIS_Whirlwind_Tour.ppt
 

Recently uploaded

一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
bmucuha
 
Salesforce AI + Data Community Tour Slides - Canarias
Salesforce AI + Data Community Tour Slides - CanariasSalesforce AI + Data Community Tour Slides - Canarias
Salesforce AI + Data Community Tour Slides - Canarias
davidpietrzykowski1
 
Data Scientist Machine Learning Profiles .pdf
Data Scientist Machine Learning  Profiles .pdfData Scientist Machine Learning  Profiles .pdf
Data Scientist Machine Learning Profiles .pdf
Vineet
 
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
hqfek
 
一比一原版英国赫特福德大学毕业证(hertfordshire毕业证书)如何办理
一比一原版英国赫特福德大学毕业证(hertfordshire毕业证书)如何办理一比一原版英国赫特福德大学毕业证(hertfordshire毕业证书)如何办理
一比一原版英国赫特福德大学毕业证(hertfordshire毕业证书)如何办理
nyvan3
 
Telemetry Solution for Gaming (AWS Summit'24)
Telemetry Solution for Gaming (AWS Summit'24)Telemetry Solution for Gaming (AWS Summit'24)
Telemetry Solution for Gaming (AWS Summit'24)
GeorgiiSteshenko
 
Overview IFM June 2024 Consumer Confidence INDEX Report.pdf
Overview IFM June 2024 Consumer Confidence INDEX Report.pdfOverview IFM June 2024 Consumer Confidence INDEX Report.pdf
Overview IFM June 2024 Consumer Confidence INDEX Report.pdf
nhutnguyen355078
 
Senior Software Profiles Backend Sample - Sheet1.pdf
Senior Software Profiles  Backend Sample - Sheet1.pdfSenior Software Profiles  Backend Sample - Sheet1.pdf
Senior Software Profiles Backend Sample - Sheet1.pdf
Vineet
 
A gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented GenerationA gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented Generation
dataschool1
 
Sample Devops SRE Product Companies .pdf
Sample Devops SRE  Product Companies .pdfSample Devops SRE  Product Companies .pdf
Sample Devops SRE Product Companies .pdf
Vineet
 
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
Vietnam Cotton & Spinning Association
 
Sid Sigma educational and problem solving power point- Six Sigma.ppt
Sid Sigma educational and problem solving power point- Six Sigma.pptSid Sigma educational and problem solving power point- Six Sigma.ppt
Sid Sigma educational and problem solving power point- Six Sigma.ppt
ArshadAyub49
 
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
asyed10
 
Bangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts ServiceBangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts Service
nhero3888
 
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
z6osjkqvd
 
Senior Engineering Sample EM DOE - Sheet1.pdf
Senior Engineering Sample EM DOE  - Sheet1.pdfSenior Engineering Sample EM DOE  - Sheet1.pdf
Senior Engineering Sample EM DOE - Sheet1.pdf
Vineet
 
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
actyx
 
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
hyfjgavov
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
uevausa
 
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
Timothy Spann
 

Recently uploaded (20)

一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
 
Salesforce AI + Data Community Tour Slides - Canarias
Salesforce AI + Data Community Tour Slides - CanariasSalesforce AI + Data Community Tour Slides - Canarias
Salesforce AI + Data Community Tour Slides - Canarias
 
Data Scientist Machine Learning Profiles .pdf
Data Scientist Machine Learning  Profiles .pdfData Scientist Machine Learning  Profiles .pdf
Data Scientist Machine Learning Profiles .pdf
 
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
 
一比一原版英国赫特福德大学毕业证(hertfordshire毕业证书)如何办理
一比一原版英国赫特福德大学毕业证(hertfordshire毕业证书)如何办理一比一原版英国赫特福德大学毕业证(hertfordshire毕业证书)如何办理
一比一原版英国赫特福德大学毕业证(hertfordshire毕业证书)如何办理
 
Telemetry Solution for Gaming (AWS Summit'24)
Telemetry Solution for Gaming (AWS Summit'24)Telemetry Solution for Gaming (AWS Summit'24)
Telemetry Solution for Gaming (AWS Summit'24)
 
Overview IFM June 2024 Consumer Confidence INDEX Report.pdf
Overview IFM June 2024 Consumer Confidence INDEX Report.pdfOverview IFM June 2024 Consumer Confidence INDEX Report.pdf
Overview IFM June 2024 Consumer Confidence INDEX Report.pdf
 
Senior Software Profiles Backend Sample - Sheet1.pdf
Senior Software Profiles  Backend Sample - Sheet1.pdfSenior Software Profiles  Backend Sample - Sheet1.pdf
Senior Software Profiles Backend Sample - Sheet1.pdf
 
A gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented GenerationA gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented Generation
 
Sample Devops SRE Product Companies .pdf
Sample Devops SRE  Product Companies .pdfSample Devops SRE  Product Companies .pdf
Sample Devops SRE Product Companies .pdf
 
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics March 2024
 
Sid Sigma educational and problem solving power point- Six Sigma.ppt
Sid Sigma educational and problem solving power point- Six Sigma.pptSid Sigma educational and problem solving power point- Six Sigma.ppt
Sid Sigma educational and problem solving power point- Six Sigma.ppt
 
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
 
Bangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts ServiceBangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts Service
 
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
 
Senior Engineering Sample EM DOE - Sheet1.pdf
Senior Engineering Sample EM DOE  - Sheet1.pdfSenior Engineering Sample EM DOE  - Sheet1.pdf
Senior Engineering Sample EM DOE - Sheet1.pdf
 
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
一比一原版斯威本理工大学毕业证(swinburne毕业证)如何办理
 
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
 
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
 

R-tools to analyse bird data_Henk sierdsema_Bird numbers 2016