Description Usage Arguments Details Value Author(s) References See Also Examples
The function locate
estimates the location of a transmitter signal from radio telemetry studyies using the maximum likelihood estimation (MLE) approach.
as.data.frame
can be used to convert an object inheriting the class transmitter
into a data.frame
.
plot
allows a graphical display of the calculated transmitter signal locations.
1 2 3 4 5 6 7 8 9 10 |
x |
An object inhering the class |
add |
A logical specification for whether to plot locations onto an existing plot window. |
errors |
A logical specification for whether error ellipses should be plotted alongside estimated locations. |
pch |
Either an integer specifying a symbol or a single character to be used as the default in plotting points. |
cex |
A numerical value giving the amount by which plotting locations should be magnified to the default. |
col |
A specification for the default plotting color. |
badcolor |
A logical specification for whether non-MLE-derived locations should be idenitfied. |
row.names |
NULL or a character vector giving the row names for the data frame. Missing values are not allowed. |
optional |
Logical. If |
... |
Additional parameters to be passed to the generic function |
This function uses data from radio telemetry studyies to compute the location of a transmitter signal using the maximum likelihood estimation (MLE) approach described in Lenth (1981). If the MLE approach fails to provide a reasonable estimate of the transmitter signal location, the function will provide a warning message and instead use the midpoint of the intersections to estimate the location. This will also appear in the resulting object as a '2' under the BadPoint
heading and can be displayed in the plot
function by setting the input parameter badcolor
to TRUE
.
The function locate
returns an object belonging to the S4 class transmitter
Sergey S. Berg berg1546@umn.edu
Lenth, R.V. (1981). On Finding the Source of a Signal. Technometrics, 23(2), 149-154.
as.receiver
for additional information on the class receiver
.
findintersects
for additional information on the class intersect
1 2 3 4 5 6 7 8 9 |
Loading required package: nleqslv
Loading required package: ellipse
X Y BadPoint Var_X Var_Y Cov_XY AngleDiff Date
1 533399.4 5173266 0 1034.388409 665.629550 -403.147021 1.5987475 1
2 533647.3 5172576 0 9.125971 5.303219 -5.098164 0.1564629 1
3 532343.3 5172476 0 666.673075 705.746659 -439.902442 1.3806152 2
4 532535.1 5171638 1 0.000000 0.000000 0.000000 0.0000000 2
Time
1 145
2 889
3 881
4 2034
Warning message:
In locate(bear) : Bad point detected in Grouping 4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.