psy-graphics

1.0.1 • Public • Published

This module generate all statistical graphics for analyse a VIP result. All graphs are generated as a SVG image.

Install

To install this module with npm, please run the following command:

     npm install --save psy-graphics
 

Usage

    const g = require('psy-graphics');
 

Example graphics


graphics.bar() size: 350x1000px

Bar graph

graphics.square() size: 1000x1000px

Square graph

graphics.groupSquare() size: 1000x1000px

Group square graph

graphics.distance() size: 1000x1000px

The next two graphics shows the graphics.distance() function in the 'dimension' mode.

Distance graph
Distance graph

The next two graphics shows the graphics.dimension() function in the 'person compare' mode. It also shows the distance in form of a 'pearson correleation coefficient' and a 'Line of best fit' (linear regression).


Distance graph
Distance graph
© 2019 by PSYfiers AG

This program is the property of PSYfiers AG,
Sumpfstrasse 5
CH-6312 Steinhausen
All Rights Reserved

Package Sidebar

Install

npm i psy-graphics

Weekly Downloads

2

Version

1.0.1

License

none

Unpacked Size

94.4 kB

Total Files

20

Last publish

Collaborators

  • psyfiers