{"id":466,"date":"2023-07-29T19:48:38","date_gmt":"2023-07-29T19:48:38","guid":{"rendered":"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/"},"modified":"2023-07-29T19:48:38","modified_gmt":"2023-07-29T19:48:38","slug":"%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2","status":"publish","type":"post","link":"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/","title":{"rendered":"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 r \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u090f\u0902"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>\u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f<\/strong> \u090f\u0915 \u092a\u094d\u0930\u0915\u093e\u0930 \u0915\u093e \u091a\u093e\u0930\u094d\u091f \u0939\u0948 \u091c\u094b \u0935\u093f\u092d\u093f\u0928\u094d\u0928 \u0918\u091f\u0928\u093e\u0913\u0902 \u0915\u0947 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0914\u0930 \u0938\u092e\u093e\u092a\u094d\u0924\u093f \u0938\u092e\u092f \u0915\u094b \u0926\u0930\u094d\u0936\u093e\u0924\u093e \u0939\u0948\u0964<\/span><\/p>\n<p> <span style=\"color: #000000;\">\u092f\u0939 \u091f\u094d\u092f\u0942\u091f\u094b\u0930\u093f\u092f\u0932 \u092c\u0924\u093e\u0924\u093e \u0939\u0948 \u0915\u093f <strong>ggplot2<\/strong> \u092a\u0948\u0915\u0947\u091c \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u092f\u093e \u091c\u093e\u090f\u0964<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u092c\u0928\u093e\u0928\u093e<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\u092e\u093e\u0928 \u0932\u0947\u0902 \u0915\u093f \u0939\u092e\u093e\u0930\u0947 \u092a\u093e\u0938 \u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\u0924 \u0921\u0947\u091f\u093e \u0938\u0947\u091f \u0939\u0948 \u091c\u094b \u090f\u0915 \u0938\u094d\u091f\u094b\u0930 \u092e\u0947\u0902 \u091a\u093e\u0930 \u0905\u0932\u0917-\u0905\u0932\u0917 \u0936\u094d\u0930\u092e\u093f\u0915\u094b\u0902 \u0915\u0940 \u0936\u093f\u092b\u094d\u091f \u0915\u0947 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0914\u0930 \u0938\u092e\u093e\u092a\u094d\u0924\u093f \u0938\u092e\u092f \u0915\u094b \u0926\u0930\u094d\u0936\u093e\u0924\u093e \u0939\u0948:<\/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> <span style=\"color: #000000;\">Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 \u090f\u0915 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u091c\u094b \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0915\u093e\u0930\u094d\u092f\u0915\u0930\u094d\u0924\u093e \u0915\u0947 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0914\u0930 \u0938\u092e\u093e\u092a\u094d\u0924\u093f \u0938\u092e\u092f \u0915\u0940 \u0915\u0932\u094d\u092a\u0928\u093e \u0915\u0930\u0924\u093e \u0939\u0948, \u0939\u092e \u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\u0924 \u0915\u094b\u0921 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902:<\/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> <span style=\"color: #000000;\">\u092f\u0939 \u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\u0924 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0924\u0948\u092f\u093e\u0930 \u0915\u0930\u0924\u093e \u0939\u0948:<\/span><\/p>\n<p> <span style=\"color: #000000;\">\u0932\u0947\u0906\u0909\u091f \u092e\u0947\u0902 \u0915\u0941\u091b \u092c\u0926\u0932\u093e\u0935\u094b\u0902 \u0915\u0947 \u0938\u093e\u0925, \u0939\u092e \u0907\u0938 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u094b \u0914\u0930 \u092c\u0947\u0939\u0924\u0930 \u092c\u0928\u093e \u0938\u0915\u0924\u0947 \u0939\u0948\u0902:<\/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> <span style=\"color: #000000;\">\u092f\u0939 \u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\u0924 \u0917\u094d\u0930\u093e\u092b \u0909\u0924\u094d\u092a\u0928\u094d\u0928 \u0915\u0930\u0924\u093e \u0939\u0948:<\/span><\/p>\n<p> <span style=\"color: #000000;\">\u0907\u0938\u0915\u0947 \u0905\u0924\u093f\u0930\u093f\u0915\u094d\u0924, \u092f\u0926\u093f \u0906\u092a \u091a\u093e\u0930\u094d\u091f \u092e\u0947\u0902 \u0909\u092a\u092f\u094b\u0917 \u0915\u0947 \u0932\u093f\u090f \u0938\u091f\u0940\u0915 \u0930\u0902\u0917 \u0938\u0947\u091f \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902, \u0924\u094b \u0906\u092a \u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\u0924 \u0915\u094b\u0921 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902:<\/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> <span style=\"color: #000000;\">\u092f\u0939 \u0935\u093f\u092d\u093f\u0928\u094d\u0928 \u0936\u093f\u092b\u094d\u091f \u092a\u094d\u0930\u0915\u093e\u0930\u094b\u0902 \u0915\u094b \u0926\u0930\u094d\u0936\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0917\u0941\u0932\u093e\u092c\u0940, \u092c\u0948\u0902\u0917\u0928\u0940 \u0914\u0930 \u0928\u0940\u0932\u0947 \u0930\u0902\u0917\u094b\u0902 \u0915\u0947 \u0938\u093e\u0925 \u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\u0924 \u0917\u094d\u0930\u093e\u092b \u0924\u0948\u092f\u093e\u0930 \u0915\u0930\u0924\u093e \u0939\u0948:<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\u0915\u0938\u094d\u091f\u092e \u0925\u0940\u092e \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0902<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\u0939\u092e <a href=\"https:\/\/yutannihilation.github.io\/allYourFigureAreBelongToUs\/ggthemes\/\" target=\"_blank\" rel=\"noopener\"><strong>ggthemes<\/strong><\/a> \u0932\u093e\u0907\u092c\u094d\u0930\u0947\u0930\u0940 \u0938\u0947 \u0915\u0938\u094d\u091f\u092e \u0925\u0940\u092e \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 \u0906\u0917\u0947 \u092c\u0922\u093c \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964<\/span><\/p>\n<p> <span style=\"color: #000000;\">\u0909\u0926\u093e\u0939\u0930\u0923 \u0915\u0947 \u0932\u093f\u090f, \u0939\u092e \u090f\u0915 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u092c\u0928\u093e \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091c\u094b \u0935\u0949\u0932 \u0938\u094d\u091f\u094d\u0930\u0940\u091f \u091c\u0930\u094d\u0928\u0932 \u0938\u0947 \u092a\u094d\u0930\u0947\u0930\u093f\u0924 \u0925\u0940\u092e \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0924\u093e \u0939\u0948:<\/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> <span style=\"color: #000000;\">\u092f\u093e \u0939\u092e \u0926 \u0907\u0915\u094b\u0928\u0949\u092e\u093f\u0938\u094d\u091f \u0938\u0947 \u092a\u094d\u0930\u0947\u0930\u093f\u0924 \u0935\u093f\u0937\u092f \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902:<\/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> <span style=\"color: #000000;\">\u092f\u093e \u0936\u093e\u092f\u0926 <a href=\"https:\/\/fivethirtyeight.com\/\" target=\"_blank\" rel=\"noopener\">\u092a\u093e\u0901\u091a \u0924\u0940\u0938 \u0906\u0920<\/a> \u0938\u0947 \u092a\u094d\u0930\u0947\u0930\u093f\u0924 \u0935\u093f\u0937\u092f:<\/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> <span style=\"color: #000000;\"><em>Ggthemes<\/em> \u0932\u093e\u0907\u092c\u094d\u0930\u0947\u0930\u0940 \u092e\u0947\u0902 \u0909\u092a\u0932\u092c\u094d\u0927 \u0935\u093f\u0937\u092f\u094b\u0902 \u0915\u0940 \u092a\u0942\u0930\u0940 \u0938\u0942\u091a\u0940 \u0915\u0947 \u0932\u093f\u090f, <a href=\"https:\/\/yutannihilation.github.io\/allYourFigureAreBelongToUs\/ggthemes\/\" target=\"_blank\" rel=\"noopener\">\u0926\u0938\u094d\u0924\u093e\u0935\u0947\u091c\u093c\u0940\u0915\u0930\u0923 \u092a\u0943\u0937\u094d\u0920<\/a> \u0926\u0947\u0916\u0947\u0902\u0964<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u090f\u0915 \u092a\u094d\u0930\u0915\u093e\u0930 \u0915\u093e \u091a\u093e\u0930\u094d\u091f \u0939\u0948 \u091c\u094b \u0935\u093f\u092d\u093f\u0928\u094d\u0928 \u0918\u091f\u0928\u093e\u0913\u0902 \u0915\u0947 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0914\u0930 \u0938\u092e\u093e\u092a\u094d\u0924\u093f \u0938\u092e\u092f \u0915\u094b \u0926\u0930\u094d\u0936\u093e\u0924\u093e \u0939\u0948\u0964 \u092f\u0939 \u091f\u094d\u092f\u0942\u091f\u094b\u0930\u093f\u092f\u0932 \u092c\u0924\u093e\u0924\u093e \u0939\u0948 \u0915\u093f ggplot2 \u092a\u0948\u0915\u0947\u091c \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u092f\u093e \u091c\u093e\u090f\u0964 Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u092c\u0928\u093e\u0928\u093e \u092e\u093e\u0928 \u0932\u0947\u0902 \u0915\u093f \u0939\u092e\u093e\u0930\u0947 \u092a\u093e\u0938 \u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\u0924 \u0921\u0947\u091f\u093e \u0938\u0947\u091f \u0939\u0948 \u091c\u094b \u090f\u0915 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-466","post","type-post","status-publish","format-standard","hentry","category-3"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u090f\u0902 - \u0938\u094d\u091f\u0947\u091f\u094b\u0932\u0949\u091c\u0940<\/title>\n<meta name=\"description\" content=\"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0924\u0930\u0940\u0915\u0947 \u092a\u0930 \u090f\u0915 \u0938\u0930\u0932 \u091f\u094d\u092f\u0942\u091f\u094b\u0930\u093f\u092f\u0932\u0964\" \/>\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\/hi\/\u0917\u0948\u0902\u091f-\u091a\u093e\u0930\u094d\u091f-\u0906\u0930-ggplot2\/\" \/>\n<meta property=\"og:locale\" content=\"hi_IN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u090f\u0902 - \u0938\u094d\u091f\u0947\u091f\u094b\u0932\u0949\u091c\u0940\" \/>\n<meta property=\"og:description\" content=\"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0924\u0930\u0940\u0915\u0947 \u092a\u0930 \u090f\u0915 \u0938\u0930\u0932 \u091f\u094d\u092f\u0942\u091f\u094b\u0930\u093f\u092f\u0932\u0964\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/hi\/\u0917\u0948\u0902\u091f-\u091a\u093e\u0930\u094d\u091f-\u0906\u0930-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=\"\u0921\u0949. \u092c\u0947\u0902\u091c\u093e\u092e\u093f\u0928 \u090f\u0902\u0921\u0930\u0938\u0928\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0926\u094d\u0935\u093e\u0930\u093e \u0932\u093f\u0916\u093f\u0924\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0921\u0949. \u092c\u0947\u0902\u091c\u093e\u092e\u093f\u0928 \u090f\u0902\u0921\u0930\u0938\u0928\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u0905\u0928\u0941\u092e\u093e\u0928\u093f\u0924 \u092a\u0922\u093c\u0928\u0947 \u0915\u093e \u0938\u092e\u092f\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u092e\u093f\u0928\u091f\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/\",\"url\":\"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/\",\"name\":\"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u090f\u0902 - \u0938\u094d\u091f\u0947\u091f\u094b\u0932\u0949\u091c\u0940\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/hi\/#website\"},\"datePublished\":\"2023-07-29T19:48:38+00:00\",\"dateModified\":\"2023-07-29T19:48:38+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/hi\/#\/schema\/person\/94100fc65c6aa3462638578b0f7b3340\"},\"description\":\"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0924\u0930\u0940\u0915\u0947 \u092a\u0930 \u090f\u0915 \u0938\u0930\u0932 \u091f\u094d\u092f\u0942\u091f\u094b\u0930\u093f\u092f\u0932\u0964\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/#breadcrumb\"},\"inLanguage\":\"hi-IN\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u092e\u0941\u0916\u092a\u0943\u0937\u094d\u0920\",\"item\":\"https:\/\/statorials.org\/hi\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 r \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u090f\u0902\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/hi\/#website\",\"url\":\"https:\/\/statorials.org\/hi\/\",\"name\":\"Statorials\",\"description\":\"\u0938\u093e\u0902\u0916\u094d\u092f\u093f\u0915\u0940\u092f \u092f\u094b\u0917\u094d\u092f\u0924\u093e \u0915\u0947 \u0932\u093f\u090f \u0906\u092a\u0915\u093e \u092e\u093e\u0930\u094d\u0917\u0926\u0930\u094d\u0936\u0915!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/hi\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"hi-IN\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/hi\/#\/schema\/person\/94100fc65c6aa3462638578b0f7b3340\",\"name\":\"\u0921\u0949. \u092c\u0947\u0902\u091c\u093e\u092e\u093f\u0928 \u090f\u0902\u0921\u0930\u0938\u0928\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"hi-IN\",\"@id\":\"https:\/\/statorials.org\/hi\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/hi\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/hi\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"caption\":\"\u0921\u0949. \u092c\u0947\u0902\u091c\u093e\u092e\u093f\u0928 \u090f\u0902\u0921\u0930\u0938\u0928\"},\"description\":\"\u0928\u092e\u0938\u094d\u0924\u0947, \u092e\u0948\u0902 \u092c\u0947\u0902\u091c\u093e\u092e\u093f\u0928 \u0939\u0942\u0902, \u090f\u0915 \u0938\u0947\u0935\u093e\u0928\u093f\u0935\u0943\u0924\u094d\u0924 \u0938\u093e\u0902\u0916\u094d\u092f\u093f\u0915\u0940 \u092a\u094d\u0930\u094b\u092b\u0947\u0938\u0930 \u091c\u094b \u0905\u092c \u0938\u092e\u0930\u094d\u092a\u093f\u0924 Statorials \u0936\u093f\u0915\u094d\u0937\u0915 \u092c\u0928 \u0917\u092f\u093e \u0939\u0948\u0964 \u0938\u093e\u0902\u0916\u094d\u092f\u093f\u0915\u0940 \u0915\u0947 \u0915\u094d\u0937\u0947\u0924\u094d\u0930 \u092e\u0947\u0902 \u0935\u094d\u092f\u093e\u092a\u0915 \u0905\u0928\u0941\u092d\u0935 \u0914\u0930 \u0935\u093f\u0936\u0947\u0937\u091c\u094d\u091e\u0924\u093e \u0915\u0947 \u0938\u093e\u0925, \u092e\u0948\u0902 Statorials \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u0938\u0936\u0915\u094d\u0924 \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0905\u092a\u0928\u093e \u091c\u094d\u091e\u093e\u0928 \u0938\u093e\u091d\u093e \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0909\u0924\u094d\u0938\u0941\u0915 \u0939\u0942\u0902\u0964 \u0905\u0927\u093f\u0915 \u091c\u093e\u0928\u0947\",\"sameAs\":[\"https:\/\/statorials.org\/hi\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u090f\u0902 - \u0938\u094d\u091f\u0947\u091f\u094b\u0932\u0949\u091c\u0940","description":"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0924\u0930\u0940\u0915\u0947 \u092a\u0930 \u090f\u0915 \u0938\u0930\u0932 \u091f\u094d\u092f\u0942\u091f\u094b\u0930\u093f\u092f\u0932\u0964","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\/hi\/\u0917\u0948\u0902\u091f-\u091a\u093e\u0930\u094d\u091f-\u0906\u0930-ggplot2\/","og_locale":"hi_IN","og_type":"article","og_title":"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u090f\u0902 - \u0938\u094d\u091f\u0947\u091f\u094b\u0932\u0949\u091c\u0940","og_description":"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0924\u0930\u0940\u0915\u0947 \u092a\u0930 \u090f\u0915 \u0938\u0930\u0932 \u091f\u094d\u092f\u0942\u091f\u094b\u0930\u093f\u092f\u0932\u0964","og_url":"https:\/\/statorials.org\/hi\/\u0917\u0948\u0902\u091f-\u091a\u093e\u0930\u094d\u091f-\u0906\u0930-ggplot2\/","og_site_name":"Statorials","article_published_time":"2023-07-29T19:48:38+00:00","author":"\u0921\u0949. \u092c\u0947\u0902\u091c\u093e\u092e\u093f\u0928 \u090f\u0902\u0921\u0930\u0938\u0928","twitter_card":"summary_large_image","twitter_misc":{"\u0926\u094d\u0935\u093e\u0930\u093e \u0932\u093f\u0916\u093f\u0924":"\u0921\u0949. \u092c\u0947\u0902\u091c\u093e\u092e\u093f\u0928 \u090f\u0902\u0921\u0930\u0938\u0928","\u0905\u0928\u0941\u092e\u093e\u0928\u093f\u0924 \u092a\u0922\u093c\u0928\u0947 \u0915\u093e \u0938\u092e\u092f":"2 \u092e\u093f\u0928\u091f"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/","url":"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/","name":"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u090f\u0902 - \u0938\u094d\u091f\u0947\u091f\u094b\u0932\u0949\u091c\u0940","isPartOf":{"@id":"https:\/\/statorials.org\/hi\/#website"},"datePublished":"2023-07-29T19:48:38+00:00","dateModified":"2023-07-29T19:48:38+00:00","author":{"@id":"https:\/\/statorials.org\/hi\/#\/schema\/person\/94100fc65c6aa3462638578b0f7b3340"},"description":"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 R \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0924\u0930\u0940\u0915\u0947 \u092a\u0930 \u090f\u0915 \u0938\u0930\u0932 \u091f\u094d\u092f\u0942\u091f\u094b\u0930\u093f\u092f\u0932\u0964","breadcrumb":{"@id":"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/#breadcrumb"},"inLanguage":"hi-IN","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/hi\/%e0%a4%97%e0%a5%88%e0%a4%82%e0%a4%9f-%e0%a4%9a%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%9f-%e0%a4%86%e0%a4%b0-ggplot2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u092e\u0941\u0916\u092a\u0943\u0937\u094d\u0920","item":"https:\/\/statorials.org\/hi\/"},{"@type":"ListItem","position":2,"name":"Ggplot2 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0915\u0947 r \u092e\u0947\u0902 \u0917\u0948\u0902\u091f \u091a\u093e\u0930\u094d\u091f \u0915\u0948\u0938\u0947 \u092c\u0928\u093e\u090f\u0902"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/hi\/#website","url":"https:\/\/statorials.org\/hi\/","name":"Statorials","description":"\u0938\u093e\u0902\u0916\u094d\u092f\u093f\u0915\u0940\u092f \u092f\u094b\u0917\u094d\u092f\u0924\u093e \u0915\u0947 \u0932\u093f\u090f \u0906\u092a\u0915\u093e \u092e\u093e\u0930\u094d\u0917\u0926\u0930\u094d\u0936\u0915!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/hi\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"hi-IN"},{"@type":"Person","@id":"https:\/\/statorials.org\/hi\/#\/schema\/person\/94100fc65c6aa3462638578b0f7b3340","name":"\u0921\u0949. \u092c\u0947\u0902\u091c\u093e\u092e\u093f\u0928 \u090f\u0902\u0921\u0930\u0938\u0928","image":{"@type":"ImageObject","inLanguage":"hi-IN","@id":"https:\/\/statorials.org\/hi\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/hi\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/hi\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","caption":"\u0921\u0949. \u092c\u0947\u0902\u091c\u093e\u092e\u093f\u0928 \u090f\u0902\u0921\u0930\u0938\u0928"},"description":"\u0928\u092e\u0938\u094d\u0924\u0947, \u092e\u0948\u0902 \u092c\u0947\u0902\u091c\u093e\u092e\u093f\u0928 \u0939\u0942\u0902, \u090f\u0915 \u0938\u0947\u0935\u093e\u0928\u093f\u0935\u0943\u0924\u094d\u0924 \u0938\u093e\u0902\u0916\u094d\u092f\u093f\u0915\u0940 \u092a\u094d\u0930\u094b\u092b\u0947\u0938\u0930 \u091c\u094b \u0905\u092c \u0938\u092e\u0930\u094d\u092a\u093f\u0924 Statorials \u0936\u093f\u0915\u094d\u0937\u0915 \u092c\u0928 \u0917\u092f\u093e \u0939\u0948\u0964 \u0938\u093e\u0902\u0916\u094d\u092f\u093f\u0915\u0940 \u0915\u0947 \u0915\u094d\u0937\u0947\u0924\u094d\u0930 \u092e\u0947\u0902 \u0935\u094d\u092f\u093e\u092a\u0915 \u0905\u0928\u0941\u092d\u0935 \u0914\u0930 \u0935\u093f\u0936\u0947\u0937\u091c\u094d\u091e\u0924\u093e \u0915\u0947 \u0938\u093e\u0925, \u092e\u0948\u0902 Statorials \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u0938\u0936\u0915\u094d\u0924 \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0905\u092a\u0928\u093e \u091c\u094d\u091e\u093e\u0928 \u0938\u093e\u091d\u093e \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0909\u0924\u094d\u0938\u0941\u0915 \u0939\u0942\u0902\u0964 \u0905\u0927\u093f\u0915 \u091c\u093e\u0928\u0947","sameAs":["https:\/\/statorials.org\/hi"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/hi\/wp-json\/wp\/v2\/posts\/466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/hi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/hi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/hi\/wp-json\/wp\/v2\/comments?post=466"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/hi\/wp-json\/wp\/v2\/posts\/466\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/hi\/wp-json\/wp\/v2\/media?parent=466"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/hi\/wp-json\/wp\/v2\/categories?post=466"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/hi\/wp-json\/wp\/v2\/tags?post=466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}