{"id":465,"date":"2023-07-29T19:48:38","date_gmt":"2023-07-29T19:48:38","guid":{"rendered":"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/"},"modified":"2023-07-29T19:48:38","modified_gmt":"2023-07-29T19:48:38","slug":"%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2","status":"publish","type":"post","link":"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/","title":{"rendered":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a r \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2"},"content":{"rendered":"<p><\/p>\n<hr>\n<p style=\";text-align:right;direction:rtl\"><span style=\"color: #000000;\"><strong>\u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a<\/strong> \u0647\u0648 \u0646\u0648\u0639 \u0645\u0646 \u0627\u0644\u0645\u062e\u0637\u0637\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0639\u0631\u0636 \u0623\u0648\u0642\u0627\u062a \u0627\u0644\u0628\u062f\u0627\u064a\u0629 \u0648\u0627\u0644\u0646\u0647\u0627\u064a\u0629 \u0644\u0644\u0623\u062d\u062f\u0627\u062b \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629.<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062d\u0632\u0645\u0629 <strong>ggplot2<\/strong> .<\/span><\/p>\n<h2 style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2<\/strong><\/span><\/h2>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0644\u0646\u0641\u062a\u0631\u0636 \u0623\u0646 \u0644\u062f\u064a\u0646\u0627 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0648\u0636\u062d \u0623\u0648\u0642\u0627\u062a \u0627\u0644\u0628\u062f\u0621 \u0648\u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621 \u0644\u0623\u0631\u0628\u0639 \u0646\u0648\u0628\u0627\u062a \u0639\u0645\u0644 \u0645\u062e\u062a\u0644\u0641\u0629 \u0644\u0644\u0639\u0645\u0627\u0644 \u0641\u064a \u0623\u062d\u062f \u0627\u0644\u0645\u062a\u0627\u062c\u0631:<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create data frame<\/span>\ndata &lt;- data.frame(name = c('Bob', 'Greg', 'Mike', 'Andy'), \nstart = c(4, 7, 12, 16),\nend = c(12, 11, 8, 22),\nshift_type = c('early', 'mid_day', 'mid_day', 'late')\n)\ndata\n\n# name start end shift_type\n#1 Bob 4 12 early\n#2 Greg 7 11 mid_day\n#3 Mike 12 8 mid_day\n#4 Andy 16 22 late<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0645\u0646 \u0623\u062c\u0644 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2 \u0627\u0644\u0630\u064a \u064a\u0635\u0648\u0631 \u0623\u0648\u0642\u0627\u062a \u0627\u0644\u0628\u062f\u0621 \u0648\u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621 \u0644\u0643\u0644 \u0639\u0627\u0645\u0644\u060c \u064a\u0645\u0643\u0646\u0646\u0627 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0643\u0648\u062f \u0627\u0644\u062a\u0627\u0644\u064a:<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#install (if not already installed) and load ggplot2<\/span>\nif(!require(ggplot2)){install.packages('ggplot2')}\n\n<span style=\"color: #008080;\">#create gantt chart that visualizes start and end time for each worker<\/span>\nggplot(data, aes(x=start, xend=end, y=name, yend=name, color=shift_type)) +\n  geom_segment()\n<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0648\u064a\u0646\u062a\u062c \u0639\u0646 \u0630\u0644\u0643 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0627\u0644\u062a\u0627\u0644\u064a:<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0645\u0639 \u0628\u0639\u0636 \u0627\u0644\u062a\u0639\u062f\u064a\u0644\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u062a\u062e\u0637\u064a\u0637\u060c \u064a\u0645\u0643\u0646\u0646\u0627 \u0623\u0646 \u0646\u062c\u0639\u0644 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u064a\u0628\u062f\u0648 \u0623\u0641\u0636\u0644 \u0628\u0643\u062b\u064a\u0631:<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong>ggplot(data, aes(x=start, xend=end, y=name, yend=name, color=shift_type)) +<\/strong>\n<strong>theme_bw()+ <span style=\"color: #008080;\">#use ggplot theme with black gridlines and white background<\/span><\/strong>\n<strong>geom_segment(size=8) + <span style=\"color: #008080;\">#increase line width of segments in the chart<\/span><\/strong>\n<strong>labs(title='Worker Schedule', x='Time', y='Worker Name')<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0648\u064a\u0646\u062a\u062c \u0639\u0646 \u0630\u0644\u0643 \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646\u064a \u0627\u0644\u062a\u0627\u0644\u064a:<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060c \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u064a\u062f \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u062f\u0642\u064a\u0642\u0629 \u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0627 \u0641\u064a \u0627\u0644\u0645\u062e\u0637\u0637\u060c \u0641\u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0643\u0648\u062f \u0627\u0644\u062a\u0627\u0644\u064a:<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong>ggplot(data, aes(x=start, xend=end, y=name, yend=name, color=shift_type)) +\n  theme_bw()+ <span style=\"color: #008080;\">#use ggplot theme with black gridlines and white background<\/span>\n  geom_segment(size=8) + <span style=\"color: #008080;\">#increase line width of segments in the chart<\/span>\n  labs(title='Worker Schedule', x='Time', y='Worker Name') +\n  scale_color_manual(values = c('pink', 'purple', 'blue'))<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u064a\u0646\u062a\u062c \u0639\u0646 \u0630\u0644\u0643 \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646\u064a \u0627\u0644\u062a\u0627\u0644\u064a \u0628\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0648\u0631\u062f\u064a \u0648\u0627\u0644\u0623\u0631\u062c\u0648\u0627\u0646\u064a \u0648\u0627\u0644\u0623\u0632\u0631\u0642 \u0644\u062a\u0645\u062b\u064a\u0644 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0625\u0632\u0627\u062d\u0629 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629:<\/span><\/p>\n<h2 style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0633\u0645\u0627\u062a \u0627\u0644\u0645\u062e\u0635\u0635\u0629<\/strong><\/span><\/h2>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u064a\u0645\u0643\u0646\u0646\u0627 \u0627\u0644\u0645\u0636\u064a \u0642\u062f\u0645\u064b\u0627 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0633\u0645\u0627\u062a \u0627\u0644\u0645\u062e\u0635\u0635\u0629 \u0645\u0646 \u0645\u0643\u062a\u0628\u0629 <a href=\"https:\/\/yutannihilation.github.io\/allYourFigureAreBelongToUs\/ggthemes\/\" target=\"_blank\" rel=\"noopener\"><strong>ggthemes<\/strong><\/a> .<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644\u060c \u064a\u0645\u0643\u0646\u0646\u0627 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0627\u0644\u0630\u064a \u064a\u0633\u062a\u062e\u062f\u0645 \u0633\u0645\u0629 \u0645\u0633\u062a\u0648\u062d\u0627\u0629 \u0645\u0646 \u0635\u062d\u064a\u0641\u0629 \u0648\u0648\u0644 \u0633\u062a\u0631\u064a\u062a \u062c\u0648\u0631\u0646\u0627\u0644:<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#load <em>ggthemes<\/em> library<\/span>\nlibrary(ggthemes)\n\n<span style=\"color: #008080;\">#create scatterplot with Wall Street Journal theme\n<\/span>ggplot(data, aes(x=start, xend=end, y=name, yend=name, color=shift_type)) +\n  theme_bw()+\n  geom_segment(size=8) +\n  labs(title='Worker Schedule', x='Time', y='Worker Name') +\n  scale_color_manual(values = c('pink', 'purple', 'blue')) <span style=\"color: #800080;\">+\n  theme_wsj() + \n  theme(axis.title = element_text())<\/span><\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0623\u0648 \u064a\u0645\u0643\u0646\u0646\u0627 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0648\u0636\u0648\u0639 \u0645\u0633\u062a\u0648\u062d\u0649 \u0645\u0646 \u0645\u062c\u0644\u0629 The Economist:<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong>ggplot(data, aes(x=start, xend=end, y=name, yend=name, color=shift_type)) +\n  theme_bw()+\n  geom_segment(size=8) +\n  labs(title='Worker Schedule', x='Time', y='Worker Name') +\n  scale_color_manual(values = c('pink', 'purple', 'blue')) <span style=\"color: #800080;\">+\n  theme_economist() + \n  theme(axis.title = element_text())<\/span><\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0623\u0648 \u0631\u0628\u0645\u0627 \u0645\u0648\u0636\u0648\u0639 \u0645\u0633\u062a\u0648\u062d\u0649 \u0645\u0646 <a href=\"https:\/\/fivethirtyeight.com\/\" target=\"_blank\" rel=\"noopener\">Five Thirty Eight<\/a> :<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong>ggplot(data, aes(x=start, xend=end, y=name, yend=name, color=shift_type)) +\n  theme_bw()+\n  geom_segment(size=8) +\n  labs(title='Worker Schedule', x='Time', y='Worker Name') +\n  scale_color_manual(values = c('pink', 'purple', 'blue')) <span style=\"color: #800080;\">+\n  theme_fivethirtyeight() + \n  theme(axis.title = element_text())<\/span><\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0643\u0627\u0645\u0644\u0629 \u0628\u0627\u0644\u0645\u0648\u0636\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629 \u0641\u064a \u0645\u0643\u062a\u0628\u0629 <em>ggthemes<\/em> \u060c \u0631\u0627\u062c\u0639 <a href=\"https:\/\/yutannihilation.github.io\/allYourFigureAreBelongToUs\/ggthemes\/\" target=\"_blank\" rel=\"noopener\">\u0635\u0641\u062d\u0629 \u0627\u0644\u0648\u062b\u0627\u0626\u0642<\/a> .<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0647\u0648 \u0646\u0648\u0639 \u0645\u0646 \u0627\u0644\u0645\u062e\u0637\u0637\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0639\u0631\u0636 \u0623\u0648\u0642\u0627\u062a \u0627\u0644\u0628\u062f\u0627\u064a\u0629 \u0648\u0627\u0644\u0646\u0647\u0627\u064a\u0629 \u0644\u0644\u0623\u062d\u062f\u0627\u062b \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629. \u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062d\u0632\u0645\u0629 ggplot2 . \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2 \u0644\u0646\u0641\u062a\u0631\u0636 \u0623\u0646 \u0644\u062f\u064a\u0646\u0627 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0648\u0636\u062d \u0623\u0648\u0642\u0627\u062a \u0627\u0644\u0628\u062f\u0621 \u0648\u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621 \u0644\u0623\u0631\u0628\u0639 \u0646\u0648\u0628\u0627\u062a \u0639\u0645\u0644 \u0645\u062e\u062a\u0644\u0641\u0629 \u0644\u0644\u0639\u0645\u0627\u0644 \u0641\u064a \u0623\u062d\u062f \u0627\u0644\u0645\u062a\u0627\u062c\u0631: #create data [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2 - \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a<\/title>\n<meta name=\"description\" content=\"\u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a \u0628\u0633\u064a\u0637 \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a \u0644\u063a\u0629 R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ar\/\u0645\u062e\u0637\u0637-\u062c\u0627\u0646\u062a-\u0635-ggplot2\/\" \/>\n<meta property=\"og:locale\" content=\"az_AZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2 - \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a\" \/>\n<meta property=\"og:description\" content=\"\u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a \u0628\u0633\u064a\u0637 \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a \u0644\u063a\u0629 R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ar\/\u0645\u062e\u0637\u0637-\u062c\u0627\u0646\u062a-\u0635-ggplot2\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-29T19:48:38+00:00\" \/>\n<meta name=\"author\" content=\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/\",\"url\":\"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/\",\"name\":\"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2 - \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ar\/#website\"},\"datePublished\":\"2023-07-29T19:48:38+00:00\",\"dateModified\":\"2023-07-29T19:48:38+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3\"},\"description\":\"\u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a \u0628\u0633\u064a\u0637 \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a \u0644\u063a\u0629 R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/#breadcrumb\"},\"inLanguage\":\"azb\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0628\u064a\u062a\",\"item\":\"https:\/\/statorials.org\/ar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a r \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ar\/#website\",\"url\":\"https:\/\/statorials.org\/ar\/\",\"name\":\"Statorials\",\"description\":\"\u062f\u0644\u064a\u0644\u0643 \u0644\u0645\u062d\u0648 \u0627\u0644\u0623\u0645\u064a\u0629 \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0629!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ar\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"azb\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3\",\"name\":\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"azb\",\"@id\":\"https:\/\/statorials.org\/ar\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\"},\"description\":\"\u0645\u0631\u062d\u0628\u064b\u0627\u060c \u0623\u0646\u0627 \u0628\u0646\u062c\u0627\u0645\u064a\u0646\u060c \u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0625\u062d\u0635\u0627\u0621 \u0627\u0644\u0645\u062a\u0642\u0627\u0639\u062f \u0627\u0644\u0630\u064a \u062a\u062d\u0648\u0644 \u0625\u0644\u0649 \u0645\u062f\u0631\u0633 \u0645\u062a\u062e\u0635\u0635 \u0641\u064a Statorials. \u0628\u0641\u0636\u0644 \u062e\u0628\u0631\u062a\u064a \u0627\u0644\u0648\u0627\u0633\u0639\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0625\u062d\u0635\u0627\u0621\u060c \u0641\u0623\u0646\u0627 \u062d\u0631\u064a\u0635 \u0639\u0644\u0649 \u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0639\u0631\u0641\u062a\u064a \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u062e\u0644\u0627\u0644 Statorials. \u062a\u0639\u0631\u0641 \u0623\u0643\u062b\u0631\",\"sameAs\":[\"https:\/\/statorials.org\/ar\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2 - \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a","description":"\u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a \u0628\u0633\u064a\u0637 \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a \u0644\u063a\u0629 R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ar\/\u0645\u062e\u0637\u0637-\u062c\u0627\u0646\u062a-\u0635-ggplot2\/","og_locale":"az_AZ","og_type":"article","og_title":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2 - \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a","og_description":"\u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a \u0628\u0633\u064a\u0637 \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a \u0644\u063a\u0629 R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2.","og_url":"https:\/\/statorials.org\/ar\/\u0645\u062e\u0637\u0637-\u062c\u0627\u0646\u062a-\u0635-ggplot2\/","og_site_name":"Statorials","article_published_time":"2023-07-29T19:48:38+00:00","author":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/","url":"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/","name":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2 - \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a","isPartOf":{"@id":"https:\/\/statorials.org\/ar\/#website"},"datePublished":"2023-07-29T19:48:38+00:00","dateModified":"2023-07-29T19:48:38+00:00","author":{"@id":"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3"},"description":"\u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0639\u0644\u064a\u0645\u064a \u0628\u0633\u064a\u0637 \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a \u0644\u063a\u0629 R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2.","breadcrumb":{"@id":"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/#breadcrumb"},"inLanguage":"azb","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ar\/%d9%85%d8%ae%d8%b7%d8%b7-%d8%ac%d8%a7%d9%86%d8%aa-%d8%b5-ggplot2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0628\u064a\u062a","item":"https:\/\/statorials.org\/ar\/"},{"@type":"ListItem","position":2,"name":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062c\u0627\u0646\u062a \u0641\u064a r \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 ggplot2"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ar\/#website","url":"https:\/\/statorials.org\/ar\/","name":"Statorials","description":"\u062f\u0644\u064a\u0644\u0643 \u0644\u0645\u062d\u0648 \u0627\u0644\u0623\u0645\u064a\u0629 \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0629!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ar\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"azb"},{"@type":"Person","@id":"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3","name":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646","image":{"@type":"ImageObject","inLanguage":"azb","@id":"https:\/\/statorials.org\/ar\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646"},"description":"\u0645\u0631\u062d\u0628\u064b\u0627\u060c \u0623\u0646\u0627 \u0628\u0646\u062c\u0627\u0645\u064a\u0646\u060c \u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0625\u062d\u0635\u0627\u0621 \u0627\u0644\u0645\u062a\u0642\u0627\u0639\u062f \u0627\u0644\u0630\u064a \u062a\u062d\u0648\u0644 \u0625\u0644\u0649 \u0645\u062f\u0631\u0633 \u0645\u062a\u062e\u0635\u0635 \u0641\u064a Statorials. \u0628\u0641\u0636\u0644 \u062e\u0628\u0631\u062a\u064a \u0627\u0644\u0648\u0627\u0633\u0639\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0625\u062d\u0635\u0627\u0621\u060c \u0641\u0623\u0646\u0627 \u062d\u0631\u064a\u0635 \u0639\u0644\u0649 \u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0639\u0631\u0641\u062a\u064a \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u062e\u0644\u0627\u0644 Statorials. \u062a\u0639\u0631\u0641 \u0623\u0643\u062b\u0631","sameAs":["https:\/\/statorials.org\/ar"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/posts\/465"}],"collection":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/comments?post=465"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/posts\/465\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/media?parent=465"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/categories?post=465"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/tags?post=465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}