A plot method combining a time series of performance results.
plot_performance(
x,
var = "rank",
add = FALSE,
offset = NULL,
log = FALSE,
col = 1,
ylim = NULL,
text.padding = 0.9,
...
)
data.frame
obtained by combined results from performance.origin
with variables X1
for time point, start
for true origin, est
for estimated origin, and performance variables
character, variable to be plotted, performance.origin
returns rank
, spj
, and dist
, default is 'rank'
logical, should be added to another performance plot
POSIXct
, starting time of spreading
logical, should y-axis be logarithmized?
numeric or character, color of lines
numeric vector, range of y axis
a numeric value specifying the factor for the text position relative to the y values
further graphical parameters passed to default plot
function
No return value