| plotACF | R Documentation |
Plot incoherent scatter autocovariance function.
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 )
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 |
A list similar with that returned by readACF
Ilkka Virtanen (University of Oulu, Finland)
ilkka.i.virtanen@oulu.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.