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.
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- 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: "http://nordata-cdn.oss-cn-shanghai.aliyuncs.com/biominer/corrplot/corrplot-logo-144x144.png"
- type: image/png
- sizes: 192x192
- author: Jingcheng Yang
- maintainers:
- - Jingcheng Yang
- tags:
- - R
- - Chart
- readme: http://nordata-cdn.oss-cn-shanghai.aliyuncs.com/biominer/corrplot/README.md
- plugin:
- name: corrplot
- display-name: Correlation Plot
- lazy-load: false
- init:
- - step: unpack-env
- envname: corrplot
- envtype: environment
- post-unpack-cmd: chmod a+x {{ ENV_DEST_DIR }}/bin/corrplot.sh
- - 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
|