It is used to investigate the dependence between multiple variables at the same time and to highlight the most correlated variables in a data table.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- info:
- name: Correlation Plot
- version: v0.1.0
- description: It is used to investigate the dependence between multiple variables at the same time and to highlight the most correlated variables in a data table.
- category: Chart
- home: https://github.com/tservice-plugins/corrplot
- source: PGx
- short_name: corrplot
- icons:
- - src: ""
- type: image/png
- sizes: 192x192
- author: Jingcheng Yang
- plugin:
- name: corrplot
- display-name: Correlation Plot
- lazy-load: false
- init:
- - step: unpack-env
- envname: corrplot
- envtype: environment
- - step: unpack-env
- envname: templates
- envtype: configuration
- - step: unpack-env
- envname: examples
- envtype: data
- - step: load-namespace
- namespace: tservice.plugins.corrplot
- - step: register-plugin
- entrypoint: tservice.plugins.corrplot/metadata
- - step: init-event
- entrypoint: tservice.plugins.corrplot/events-init
|