国家气象中心天气预报技术研发室

Overview

Environmental Setup

# loading libraries
library(tidyverse)
library(DT)

Retrieve Data


Prepare Data

datatable(mtcars, rownames = FALSE, filter="top", options = list(pageLength = 5, scrollX=T) )

Explore and Visualization

plot(cars)


nmcdev/nmcMetResources documentation built on Feb. 29, 2020, 10:33 a.m.