web analytics
Skip to content
Saturday, September 06, 2025

Zhuo Yao, Ph.D.

Professional Website of Dr. Zhuo Yao
Zhuo Yao, Ph.D.
Professional Website of Dr. Zhuo Yao
  • About Me
  • Teaching
  • Research
  • Hornors
  • Service
  • Publications
  • Demos
  • Resources
  • Tips
    • Writing
    • Research
    • Spatial Panel Modeling
    • SSH
    • Visual Studio 2010
    • Statistics
    • Technology
    • VB.Net
    • VISUM
    • Web design
    • R
    • Conference Papers
    • Journal papers published
    • Database
    • Legislation
    • Policy
    • Presentations
    • Publications
    • Working papers
    • Inforgraphics
    • ArcGIS
    • Career
    • Climate Change
    • Computer VIsion
    • Foundamentals
    • Geo-processing
    • Image Processing
    • MS Office
    • Travel Demand Modeling

Category: R

R

ggplot2 Cheatsheet from R for Public Health

construction supervison 04/07/2015

R for Public Health library(ggplot2) library(gridExtra) mtc <- mtcars head(mtc) mpg cyl disp hp drat wt qsec vs am gear carb Mazda RX4 21.0 6…

View More ggplot2 Cheatsheet from R for Public Health
R

How to format plots for publication using ggplot2

construction supervison 04/07/2015

The following is the code from a presentation made by Rosemary Hartman to the Davis R Users’ Group. I’ve run the code through the spin…

View More How to format plots for publication using ggplot2
R

ggplot2 Quick Reference: Themes

construction supervison 04/07/2015

A plot can be themed by adding a theme. ggplot2 provides two built-in themes: theme_grey() – the default theme, with a grey background theme_bw() –…

View More ggplot2 Quick Reference: Themes
R

Using RStudio as an interactive GIS with Leaflet

construction supervison 04/01/2015

Kyle Walker, Texas Christian University February 17, 2015 Web: http://personal.tcu.edu/kylewalker Twitter: https://twitter.com/kyle_e_walker For exploratory GIS work, I have hesitated to use R instead of ArcGIS…

View More Using RStudio as an interactive GIS with Leaflet
R

Maps with R

construction supervison 04/01/2015

This is the first post of a short series to show some code I have learnt to produce maps with R. NOTE: Although the procedure…

View More Maps with R
R

Plume Model

construction supervison 04/01/2015

For this workshop session we will consider a release of pollution from a point source. The scenario is that a pollution release from a research…

View More Plume Model
R

Crime Data Mapping

construction supervison 04/01/2015

For this workshop session we’ll read in some data and do some basic mapping. We need a number of packages for this. library(“sp”) library(“raster”) library(“rgdal”)…

View More Crime Data Mapping
R

Spatial Cheatsheet

construction supervison 04/01/2015

This cheatsheet is an attempt to supply you with the key functions and manipulations of spatial vector and raster data. It does not have examples…

View More Spatial Cheatsheet
R

how to send email with attachment from R in windows

construction supervison 03/26/2015

sendmailR works for me on Windows 7. I referenced http://cran.es.r-project.org/web/packages/sendmailR/sendmailR.pdf smtpServer= info for Outlook 2010 is in File -> Account Settings -> Account Settings ->…

View More how to send email with attachment from R in windows
R

Manipulating Data Frames Using sqldf – A Brief Overview

construction supervison 03/20/2015

By Josh Mills Introduction For those who are learning R and who may be well-versed in SQL, the sqldf package provides a mechanism to manipulate…

View More Manipulating Data Frames Using sqldf – A Brief Overview

Posts pagination

Previous page Page 1 Page 2 Page 3 Page 4 … Page 15 Next page
Zhuo Yao, Ph.D. | Designed by: Theme Freesia | WordPress | © Copyright All right reserved