format_data: Format the meteorological data.

Description Usage Arguments

View source: R/format_data.R

Description

Format the meteorological data.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
format_data(x, ...)

## S3 method for class 'WIN'
format_data(x, base_direction = "N", ...)

## S3 method for class 'PRS'
format_data(x, ...)

## S3 method for class 'EVP'
format_data(x, ...)

## S3 method for class 'TEM'
format_data(x, ...)

## S3 method for class 'RHU'
format_data(x, ...)

## S3 method for class 'PRE'
format_data(x, ...)

## S3 method for class 'SSD'
format_data(x, ...)

## S3 method for class 'GST'
format_data(x, ...)

Arguments

x

A cmdc object. Created by import_cmdc_data

...

Not used yet.

base_direction

Character. Direction of 0 degree. Should be one of (E)ast, (W)est, (S)outh and (N)orth.


hxfan1227/cmdcr documentation built on Sept. 13, 2020, 12:14 a.m.