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.

34 lines
913B

  1. info:
  2. name: Correlation Plot
  3. version: v0.1.0
  4. 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.
  5. category: Chart
  6. home: https://github.com/tservice-plugins/corrplot
  7. source: PGx
  8. short_name: corrplot
  9. icons:
  10. - src: ""
  11. type: image/png
  12. sizes: 192x192
  13. author: Jingcheng Yang
  14. plugin:
  15. name: corrplot
  16. display-name: Correlation Plot
  17. lazy-load: false
  18. init:
  19. - step: unpack-env
  20. envname: corrplot
  21. envtype: environment
  22. - step: unpack-env
  23. envname: templates
  24. envtype: configuration
  25. - step: unpack-env
  26. envname: examples
  27. envtype: data
  28. - step: load-namespace
  29. namespace: tservice.plugins.corrplot
  30. - step: register-plugin
  31. entrypoint: tservice.plugins.corrplot/metadata
  32. - step: init-event
  33. entrypoint: tservice.plugins.corrplot/events-init