Unable to implement geom in plotly
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- R
- Star
- 2.7k
- Fork
- 641
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hello,
I am recently learning R from an online course. While working on the code script for the lesson on categorical overview analysis using ggplotly, I encountered 11 warnings related to the implementation of the geom. I may have missed the loading process of the needed packages. Can I ask your assistance in checking this out with me?
Attached is the doc with the warnings received:
Warnings.txt
Here's the sample code script I am working on until the problem:
Load Packages ----
if(!require(pacman)) install.packages("pacman")
pacman::p_load(
tidyverse, # meta-package
inspectdf,
plotly,
janitor,
visdat,
esquisse
)
Load Data ----
ebola_sierra_leone <- read_csv("C:/Users/micha/OneDrive/Desktop/Trainings&Schools/Graph_FoSSA&R/R/Week 2/ebola_sierra_leone.csv")
Explore data ----
head(ebola_sierra_leone)
tail(ebola_sierra_leone)
ncol(ebola_sierra_leone)
nrow(ebola_sierra_leone)
dim(ebola_sierra_leone)
summary(ebola_sierra_leone)
#general data overview
vis_dat(ebola_sierra_leone)
categorical overview
cat_summary_plot <- show_plot(inspect_cat(ebola_sierra_leone)) # nested function
ggplotly(cat_summary_plot)
Thank you!
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu với Warnings.txt đính kèm và tái hiện script mẫu cho đến lời gọi ggplotly(cat_summary_plot). Kiểm tra đầu ra của inspect_cat(ebola_sierra_leone) và cat_summary_plot thu được; issue được hoàn tất khi nguyên nhân của cảnh báo và mọi thay đổi cần thiết về package hoặc khả năng tương thích đã được xác định và ghi lại.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- plotly, r
- Lĩnh vực
- data-visualization
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 18/100