powered by
Prepare the final results at the end of the execution of the main functions calculating K or G functions.
prep_kfuncs_results( k_vals, g_vals, all_values, conf_int, calc_g_func, cross, dist_seq, return_sims )
A list with the following values :
plotk: A ggplot2 object representing the values of the k-function
plotg: A ggplot2 object representing the values of the g-function
values: A DataFrame with the values used to build the plots
a numeric vector with the real K values
a numeric vector with the real g values
a list with the simulated K and G values that must be arranged.
the confidence interval parameter.
a boolean indicating if the G function has been calculated.
a boolean indicating if we have calculated a simple (FALSE) or a cross function.
a numeric vector representing the distance used for calculation
a boolean, indicating if the simulations must be returned
# no example, this is an internal function
Run the code above in your browser using DataLab