When plotting with the main plot, the legend gets its own space separate from the plot. This allow better control over the size and localisation of the legend.
The graphical parameters are reset after each use of plot_fromdf
Add tooltips control in Pedigree plots and add it to the app
Add example of interactivness in vignette
Fix plot area function and legend creation for better alignment
Kinship2 is renamed to Pedixplorer and hosted on Bioconductor.
Pedigree is now a S4 object, all functions are updated to work with the new class
Pedigree constructor now takes a data.frame as input for the Pedigree informations and for the special relationship. The two data.fram are normalized before being used.
plot.pedigree support ggplot generation, mark and label can be added to the plot. The plot is now generated in two steps ped_to_plotdf() and plot_fromdf(). This allows the user to modify the plot before it is generated.
All documentation are now generated with Roxygen
New function available: generate_aff_inds, generate_colors, is_informative, min_dist_inf, normData, num_child, useful_inds
All functions renamed to follow the snake_case convention
All parameters renamed to follow the snake_case convention
All test now use testthat files
Vignettes have been updated to reflect the new changes