- Hands-On Geospatial Analysis with R and QGIS
- Shammunul Islam
- 184字
- 2021-06-10 18:44:21
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
jan_price = c(10, 20, 30)
increase = c(1, 2, 3)
mar_price = jan_price + increase
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
# 6th element in the Polygons slot of map_bd
sixth_element = map_bd@polygons[[6]]
# make it succinct with max.level = 2 in str() for the 6th element of the
bd@Polygons
str(sixth_element, max.level = 2)
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 我的J2EE成功之路
- ETL with Azure Cookbook
- Hands-On Machine Learning on Google Cloud Platform
- Getting Started with MariaDB
- 程序設計缺陷分析與實踐
- 返璞歸真:UNIX技術內幕
- Creo Parametric 1.0中文版從入門到精通
- Kubernetes for Serverless Applications
- The Python Workshop
- Mastering Geospatial Analysis with Python
- 典型Hadoop云計算
- 簡明學中文版Flash動畫制作
- Hands-On DevOps
- 機器人剛柔耦合動力學
- 計算機應用基礎學習指導與練習(Windows XP+Office 2003)