R and Python for oceanographers : a practical guide with applications

Saved in:
Bibliographic Details
Main Author: Alyuruk, Hakan
Format: eBook Book
Language:English
Published: Amsterdam Elsevier 2019
Edition:1
Subjects:
ISBN:9780128134917, 0128134917
Online Access:Get full text
Tags: Add Tag
No Tags, Be the first to tag this record!
Author Alyuruk, Hakan
Author_xml – sequence: 1
  fullname: Alyuruk, Hakan
BackLink https://cir.nii.ac.jp/crid/1130000797482616320$$DView record in CiNii
BookMark eNpVj8tLxDAYxCM-0F337DUHwVP1-_JoEm9a1gcsKCJeS5qmu9GS1LaL-N9bWS9e5scMw8DMyEFM0RNyhnCJgPlVwSbNIAOJKDK9RxZGaUCmkQvDxP4_j-qIzBBBMKYk8GOyGIZ3AGASpdTqhCxfqI01ff4eNynSJvU0OW9jWve22_h-oNfU0q63bgzOtnS9DbWnX2HcUNt17ZSNIcXhlBw2th384o9z8na3fC0estXT_WNxs8osQ8h5piXWhrOqcVXNjGyqCjxzvnZNk0sP-URnNVbCCG4AjPACACsnG--FqHM-Jxe74a5Pn1s_jKWvUvpwPo69bcvlbSGVVtrIqXm-a8YQShd-FZFP10EZJTTLMecM-A-URV8I
ContentType eBook
Book
DBID RYH
DEWEY 551.46015195
DOI 10.1016/C2016-0-05114-8
DatabaseName CiNii Complete
DeliveryMethod fulltext_linktorsrc
Discipline Oceanography
Geology
EISBN 9780128134924
0128134925
Edition 1
ExternalDocumentID EBC5787895
BB2847769X
GroupedDBID 38.
AAAAS
AABBV
AAJFB
AAKZG
AALRI
AANYM
AAWMN
AAXUO
AAZNM
ABGWT
ABIWA
ABLXK
ABMAC
ABQNV
ABQQC
ABRSK
ACDGK
ACKCA
ADCEY
AECLD
AEIUV
AEYWH
ALMA_UNASSIGNED_HOLDINGS
ANXMS
APVFW
ATDNW
AXXJD
AZZ
BBABE
CZZ
HGY
L7C
O7H
RYH
SDK
SRW
UE6
ID FETCH-LOGICAL-a21063-851d932bfcbd295fbb0e2cedcff65e06cffca81b494390094e4001bc5fee44d63
ISBN 9780128134917
0128134917
ISICitedReferencesCount 0
ISICitedReferencesURI http://www.webofscience.com/api/gateway?GWVersion=2&SrcApp=Summon&SrcAuth=ProQuest&DestLinkType=CitingArticles&DestApp=WOS_CPL&KeyUT=000612813&url=https%3A%2F%2Fcvtisr.summon.serialssolutions.com%2F%23%21%2Fsearch%3Fho%3Df%26include.ft.matches%3Dt%26l%3Dnull%26q%3D
IngestDate Fri May 30 22:27:19 EDT 2025
Fri Jun 27 01:00:54 EDT 2025
IsPeerReviewed false
IsScholarly false
LCCallNum_Ident GC10.4.E4 .A498 2019
Language English
LinkModel OpenURL
MergedId FETCHMERGED-LOGICAL-a21063-851d932bfcbd295fbb0e2cedcff65e06cffca81b494390094e4001bc5fee44d63
Notes Includes bibliographical references and index
OCLC 1104227503
PQID EBC5787895
PageCount 188
ParticipantIDs proquest_ebookcentral_EBC5787895
nii_cinii_1130000797482616320
PublicationCentury 2000
PublicationDate c2019
2019
PublicationDateYYYYMMDD 2019-01-01
PublicationDate_xml – year: 2019
  text: c2019
PublicationDecade 2010
PublicationPlace Amsterdam
PublicationPlace_xml – name: Amsterdam
– name: Chantilly
PublicationYear 2019
Publisher Elsevier
Publisher_xml – name: Elsevier
SSID ssj0002515587
ssib049019574
Score 2.1104615
SourceID proquest
nii
SourceType Publisher
SubjectTerms Oceanography -- Statistical methods
Python (Computer program language)
R (Computer program language)
TableOfContents Front Cover -- R and Python for Oceanographers: A Practical Guide with Applications -- Copyright -- Contents -- Chapter 1: Introduction to R and Python -- 1.1. Introduction to R -- 1.2. R environment -- 1.2.1. Base system of R -- 1.2.2. Add-on packages -- 1.3. Installation of R -- 1.3.1. Installation of R base software -- 1.3.2. Installation of add-on packages -- 1.4. Integrated development environments (IDEs) and editors for R -- 1.4.1. Official R console and editor -- 1.4.2. RStudio -- 1.5. Useful R commands -- 1.6. Getting help for R -- 1.7. Introduction to Python -- 1.8. Modules and packages in Python -- 1.9. Python IDEs -- 1.10. Installing Python and scientific Python distributions -- 1.10.1. Using pip package -- 1.10.2. Using package managers -- 1.10.3. Using source files of packages -- 1.11. Getting help for Python -- 1.12. Some useful packages and libraries in R and Python for oceanography -- References -- Chapter 2: Data import and export in R and Python -- 2.1. Object types in R -- 2.1.1. Vectors -- 2.1.2. Matrices -- 2.1.3. Arrays -- 2.1.4. Data frames -- 2.1.5. Lists -- 2.1.6. Factors -- 2.1.7. Functions -- 2.2. Data import in R -- 2.2.1. Import from txt, dat, csv and Excel xls, xlsx files -- 2.2.2. Import from netCDF4 file -- 2.2.3. Import from mat files -- 2.2.4. Import from SeaBird cnv files -- 2.2.5. Import data from online databases -- Import tab delimited text data from LOBO-0010 Northwest Arm, Halifax, Canada -- 2.2.6. Import csv.gz file from WOA13 V2 -- 2.3. Data export in R -- 2.3.1. Export as txt, dat, csv and Excel xls, xlsx files -- 2.3.2. Export as netCDF4 file -- 2.3.3. Export as Matlab mat files -- 2.4. Object types in Python -- 2.4.1. Arrays in Numpy package -- Create an array -- Create array from existing data -- 2.4.2. Series and data frame objects in Pandas package -- Pandas Series -- Pandas Data Frames
2.4.3. User-defined functions in Python -- 2.5. Data import in Python -- 2.5.1. Import from txt, dat, csv, and Excel xls, xlsx files with Numpy loadtxt -- 2.5.2. Import from Excel xls files with Pandas read_excel -- 2.5.3. Import from Excel xlsx files with Pandas read_excel -- 2.5.4. Import from netCDF4 file -- 2.5.5. Import from Matlab mat files -- 2.5.6. Import from Seabird cnv file -- 2.5.7. Import data from online databases -- Import tab delimited text data from LOBO-0010 Northwest Arm, Halifax, Canada -- Import all data in a csv file -- Import block of data at defined ranges of rows and columns -- Subset data based on multiple criteria using column values -- 2.6. Data export in Python -- 2.6.1. Export as txt, dat, and csv files with Numpy savetxt -- 2.6.2. Export as txt, dat and csv files with Pandas DataFrame.to_csv -- 2.6.3. Export as xls, xlsx with Pandas ExcelWriter -- 2.6.4. Export as netCDF4 files -- 2.6.5. Export as Matlab mat files -- References -- Chapter 3: Plotting -- 3.1. Plots in R -- 3.1.1. High-level plotting functions -- plot() function -- Other high-level plotting functions -- Arguments to use with high-level plotting functions -- Low-level plotting functions -- 3.1.2. Graphical parameters -- par() function -- 3.1.3. Graphical parameters as arguments in graphics functions -- 3.1.4. Most frequently used graphical parameters -- 3.1.5. Plotting multiple figures -- 3.1.6. Device drivers -- 3.1.7. Example plots in R -- 3.2. Plotting in Python -- 3.2.1. Pyplot API -- 3.2.2. Matplotlib API -- References -- Chapter 4: Physical oceanography examples -- 4.1. Vertical profiling plots in R -- 4.2. Time-series plots in R -- 4.3. Temperature-salinity diagrams in R -- 4.4. Maps in R -- 4.5. Transect plots in R -- 4.6. Surface plots in R -- 4.7. Vertical profiling plots in Python -- 4.8. Time series plots in Python
4.9. Temperature-salinity diagrams in Python -- 4.10. Maps in Python -- 4.11. Transect plots in Python -- 4.12. Surface plots in Python -- 4.13. Animations in R and Python -- References -- Chapter 5: Chemical oceanography examples -- 5.1. Vertical profiling plots in R -- 5.2. Time-series plots in R -- 5.3. Barplots in R -- 5.4. Boxplots in R -- 5.5. Pie charts in R -- 5.6. 3D plots in R -- 5.7. Ternary plots in R -- 5.8. Vertical profiling plots in Python -- 5.9. Time-series plots in Python -- 5.10. Barplots in Python -- 5.11. Boxplots in Python -- 5.12. Pie charts in Python -- 5.13. 3D plots in Python -- 5.14. Ternary plots in Python -- References -- Index -- Back Cover
Title R and Python for oceanographers : a practical guide with applications
URI https://cir.nii.ac.jp/crid/1130000797482616320
https://ebookcentral.proquest.com/lib/[SITE_ID]/detail.action?docID=5787895
WOSCitedRecordID wos000612813&url=https%3A%2F%2Fcvtisr.summon.serialssolutions.com%2F%23%21%2Fsearch%3Fho%3Df%26include.ft.matches%3Dt%26l%3Dnull%26q%3D
hasFullText 1
inHoldings 1
isFullTextHit
isPrint
link http://cvtisr.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwtV1NaxsxEBWNm0PIpWkSkrQJOvS6ZD-1q9xq122g4JZiim9GWklhSdgWxxvsf98nrbyO7UPIoRftB4sW3gjNjGbeDCGfBE-4YEYGRlpKTp6poIhMHIQis0lVSipTumYT-WhUTCb8p-8O-ujaCeR1XSwW_O9_FTXeQdiWOvsKcXeT4gXuIXSMEDvGLYu4e_T1tdvM_6WtBuCyB6GaRN2WpLY03ZbX7GlRkMxdUyntyW3PwtjdEnhYNrPGbZa34t4vIn8-YClJG-cDK-LKht_o4mdJylva5M4u2jr0A8zGAhsqh88UFGuF0aXx9ftWueWMT_bIHvyWHnn7efDl2_fukCu2DWSK3JUyWv3RVz3qnlf1liJ2vfVHqPu6qnaUpNP843ekZ9kgR-SNrt-Twx9rRJfHZPiLAnHaIk6BON1EnN5QQTu8qcObWrzpc7xPyO-vw_HgNvBtKQIB_5glAYxUBbNXmlKqmGdGylDHpValMSzTIcO1FHAHUg5rz6ZuamyUkbR5fTpNFUtOSa_-U-szQhMFIJjIYEvAME2khPebmoQXKgpLfHpOLgHBtKzsGNnQI2w6uIBwCmFIx-E5oStwpi667lN6p8P-wO7FBc8uXpjiAzlYL5uPpDefNfqS7JdP8-pxduUl-g_FWiFW
linkProvider Elsevier
openUrl ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=R+and+Python+for+oceanographers+%3A+a+practical+guide+with+applications&rft.au=Alyuruk%2C+Hakan&rft.date=2019-01-01&rft.pub=Elsevier&rft.isbn=9780128134917&rft_id=info:doi/10.1016%2FC2016-0-05114-8&rft.externalDocID=BB2847769X
thumbnail_l http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9780128134917/lc.gif&client=summon&freeimage=true
thumbnail_m http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9780128134917/mc.gif&client=summon&freeimage=true
thumbnail_s http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9780128134917/sc.gif&client=summon&freeimage=true