Package 'visged'

Title: Visualise GEDCOM Files
Description: Produce a variety of visualisations for family tree GEDCOM files.
Authors: Jamie Lendrum [aut, cre]
Maintainer: Jamie Lendrum <[email protected]>
License: GPL (>= 3)
Version: 0.3.11.9000
Built: 2024-11-03 04:36:24 UTC
Source: https://github.com/jl5000/visged

Help Index


Generate a family group chart

Description

Generate a family group chart

Usage

family_group_chart(gedcom, family, birth_only = FALSE)

Arguments

gedcom

A tidyged object.

family

An xref identifying a Family group record.

birth_only

Whether to only show biological children.

Value

A chart showing a family group.


Create node labels for pedigree and descendancy charts

Description

This function creates brief summaries of individuals and relationships formatted for the DiagrammeR::mermaid() function.

Usage

node_label(gedcom, xref)

Arguments

gedcom

A tidyged object.

xref

The xref of the Individual or Family Group record.

Value

A string describing a node to use in the DiagrammeR::mermaid() function.


Create node styles for pedigree and descendancy charts

Description

This function creates node styles formatted for the DiagrammeR::mermaid() function.

Usage

node_style(gedcom, xref)

Arguments

gedcom

A tidyged object.

xref

The xref of the Individual or Family Group record.

Value

A string describing a node style to use in the DiagrammeR::mermaid() function.


Construct a fact timeline for a family group

Description

Construct a fact timeline for a family group

Usage

timevis_famg(gedcom, xref)

Arguments

gedcom

A tidyged object.

xref

The xref of the family group to be plotted.

Details

Only facts with associated dates are plotted.

Value

A timevis object.


Construct a fact timeline for one or more individuals

Description

Construct a fact timeline for one or more individuals

Usage

timevis_indi(gedcom, xrefs)

Arguments

gedcom

A tidyged object.

xrefs

The xrefs of the individuals to be plotted.

Details

Only facts with associated dates are plotted.

Value

A timevis object.