d.ztd: Calculate ZTD difference between times

Description Usage Arguments Author(s) Examples

View source: R/dztd.R

Description

Calculate ZTD difference between times

Usage

1
d.ztd(GACOS_ZTD_T1, GACOS_ZTD_T2)

Arguments

GACOS_ZTD_T1

ZTD time 1

GACOS_ZTD_T2

ZTD time 2

Author(s)

Subhadip Datta

Examples

1
2
3
4
5
6
7
8
9
library(raster)
library(GInSARCorW)
library(circular)
noDataAsNA<-FALSE
i1m<-system.file("td","20170317.ztd.rsc",package = "GInSARCorW")
i2m<-system.file("td","20170410.ztd.rsc",package = "GInSARCorW")
GACOS_ZTD_T1<-GACOS.Import(i1m,noDataAsNA)
GACOS_ZTD_T2<-GACOS.Import(i2m,noDataAsNA)
d.ztd(GACOS_ZTD_T1,GACOS_ZTD_T2)

SubhadipDatta/GInSARCorW documentation built on July 3, 2020, 6:33 p.m.