plotACF: plot ACF

View source: R/plotACF.R

plotACFR Documentation

plot ACF

Description

Plot incoherent scatter autocovariance function.

Usage

 plotACF( data , part='real' , pdf=NULL , jpg=NULL , figNum=NULL
, zlim=NULL , ylim=NULL , xlim=NULL , cex=1 , bg='white' , fg='black' ,
width=8.27 , height=11.69 , paper='a4' , res=300 , stdThrsh=Inf ,
yheight=FALSE , llhT=NULL , azelT=NULL , llhR=NULL , lags=NULL ,
SIunits=TRUE )

Arguments

data

Data directory path(s) or an output list from readLPIdir or plotLagProfilfes. The data path is a vector that may contain both full paths to files and directory names.

part

Real part / imaginary part / standard deviation plot selection. Use string "real", "imaginary", or "error". (Only the first two characters are used, case non-sensitive. )

pdf

pdf output file name

jpg

jpg output file name

figNum

Device number to use for plotting

zlim

z axis limits

ylim

y axis limits

xlim

x axis (lag) limits

cex

Scaling factor for figure labels and titles.

bg

Background color

fg

Foreground color

width

plot width

height

plot height

paper

paper seletion

res

resolution for jpg images

stdThrsh

Standard deviation threshold for readACF

yheight

Logical, should the range be converted to height? Works only if the result files contain site positions and pointing directions.

llhT

c( Latitude [deg], longitude [deg], height [m] ) of the transmitter site

azelT

c(azimuth [deg] , elevation [deg]) of the transmitter beam

llhR

c( Latitude [deg], longitude [deg], height [m] ) of the receiver site

lags

Time lag selection. Effective only if data is a file path.

SIunits

Logical, should range be expressed in km and lag in ms? Works only if range.km and lag.us are stored in the data files

Value

A list similar with that returned by readACF

Author(s)

Ilkka Virtanen (University of Oulu, Finland)
ilkka.i.virtanen@oulu.fi


ilkkavir/LPI.gdf documentation built on April 12, 2025, 12:58 p.m.