RAnalyticsAnalysis in R: If you want simple and clean graphs, here is a summary of ggplot2 The ggplot2 package is a very powerful plotting package. We have compiled a list of uses and comman...2023.01.24RAnalytics
RAnalyticsAnalysis in R: Check data properties at once. “GGally” package This is an introduction to a package for plotting multivariate characteristics. I find this package...2023.01.24RAnalytics
RAnalyticsAnalysis in R:Adding information to ggplot2!! The “ggpp” package This is an introduction to a package that is useful for adding plots, text, and other information t...2023.01.24RAnalytics
RAnalyticsAnalysis in R: Different Colors, Different Colors, Different Colors! The “randomcoloR” package Color not only affects the quality of materials, but is also profound, expressing feelings such as ...2023.01.24RAnalytics
RAnalyticsAnalysis in R: Create Heat Maps Easily! The “heatmap3” package Heatmap is a way to visually display the size of numbers and objects by color. Note that the ggp...2023.01.24RAnalytics
RAnalyticsAnalysis in R: Why don’t you output your tables to a file, etc.? The “stargazer” package The "stargazer" package has a long history of version upgrades since its release in 2012. This pack...2023.01.24RAnalytics
RAnalyticsAnalysis in R: useful for learning ggplot2! The “ggplotgui” package This is an introduction to a package that allows you to interactively manipulate ggplot2 from a web...2023.01.24RAnalytics
RAnalyticsAnalysis in R: A very convenient way to create Excel files! The “openxlsx” package This is an introduction to the commands of the "openxlsx" package, which is very useful for creatin...2023.01.24RAnalytics
RAnalyticsAnalysis in R: Commands for truncating and raising decimal points This is an introduction to commands related to truncating and raising decimal points that are often...2023.01.24RAnalytics
RAnalyticsAnalysis in R: Introduction to String Manipulation and Searching “grep” and “gsub” Commands and Regular Expressions String manipulation commands and the "grep" command for searching strings for patterns (keywords) a...2023.01.23RAnalytics