format_data: Format the meteorological data.

View source: R/format_data.R

format_dataR Documentation

Format the meteorological data.

Description

Format the meteorological data.

Usage

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 Nov. 1, 2024, 12:40 a.m.