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.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|