Workshop R Project

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 19

WORKSHOP R

PROJECT
Name:- Jasleen Kaur
Class:- B.com(hons) C
ROLL NO:- 17342034859
Company:- CYIENT
INTRODUCTION TO R AND R
STUDIO
 R is a free, open-source software and programming language developed in 1995 at the
University of Auckland as an environment for statistical computing and graphics. Since then
R has become one of the dominant software environments for data analysis and is used by a
variety of scientific disciplines, including soil science, ecology, and geoinformatics. R is
particularly popular for its graphical capabilities, but it is also prized for it’s GIS capabilities
which make it relatively easy to generate raster-based models. More recently, R has also
gained several packages which are designed specifically for analyzing soil data.
 R programming is used as a leading tool for machine learning, statistics, and data analysis.
Objects, functions, and packages can easily be created by R. It’s a platform-independent
language. This means it can be applied to all operating system. It’s an open-source free
language. That means anyone can install it in any organization without purchasing a license.
R programming language is not only a statistic package but also allows us to integrate with
other languages (C, C++). Thus, you can easily interact with many data sources and statistical
tools. The R programming language has a vast community of users and it’s growing day by
day. R is currently one of the most requested programming languages in the Data Science job
market that makes it the hottest trend nowadays.
 RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-
highlighting editor that supports direct code execution, as well as tools for plotting, history,
debugging and workspace management. RStudio is available in open source and commercial
editions and runs on the desktop (Windows, Mac, and Linux) or in a browser connected to
RStudio Server or RStudio Server Pro (Debian/Ubuntu, RedHat/CentOS, and SUSE Linux).
RStudio is a free and open-source integrated development environment (IDE) for R, a
programming language for statistical computing and graphics. JJ Allaire, creator of the
programming language ColdFusion, founded RStudio. Hadley Wickham is the Chief Scientist
at RStudio. RStudio is available in two editions: RStudio Desktop, where the program is run
locally as a regular desktop application; and RStudio Server, which allows accessing RStudio
using a web browser while it is running on a remote Linux server. Prepackaged distributions of
RStudio Desktop are available for Windows, OS X, and Linux.

 RStudio is written in the C++ programming language and uses the Qt framework for its
graphical user interface. Work on RStudio started at around December 2010, and the first
public beta version (v0.92) was officially announced in February 2011.
After the installation process is over, the R
Studio interface looks like: 
CYIENT LTD
 Cyient (formerly Infotech Enterprises Limited) is an Indian multinational technology company
that is focused on engineering, manufacturing, data analytics, and networks and operations.
Infotech Enterprises Ltd. was established in 1991 in Hyderabad. Infotech Enterprises was re-
branded as Cyient in 2014 and was featured among the top 30 outsourcing companies in the world
in 2018.
 The group companies are:
• Cyient, Inc
• Cyient Europe Ltd
• Cyient GmbH
• Cyient Ltd (Japan)
• Cyient Insights
• Cyient Singapore Pte Ltd
• Cyient Design Led Manufacturing
• Certon
• Blom Aerofilms
 Cyient was established as Infotech Enterprises Ltd. in 1991 in Hyderabad by B. V. R. Mohan Reddy. In
1995, the company received its first ISO 9002 certification from BVQI London for its conversion
services. Infotech Enterprises started its operations as a private limited to provide engineering service to
global markets. It encountered a strong resistance to the very concept of engineering outsourcing, but
found immediate opportunity in the GIS arena. Cyient became a public limited company in 1997, had
an IPO of equity shares at ₹ 20/- per share and listed in all major stock exchanges in India. Around
1999, it signed a breakthrough contract to provide GIS conversion and consultation mapping services
worth US$5.5 million to US based Analytical Surveys, Inc. Within the same year, the company acquired
Cartographic Sciences from Analytical Surveys, Inc. In June 1999, the company acquired dataview
solutions limited, a UK based GIS Software company. The company continued to pursue engineering
services, and finally got a major breakthrough with a leading aircraft engine manufacturer in the year
2000 for engineering services.
 In 2000, Cyient announced the acquisition of a German company, Advanced Graphics Software GmbH
(AGS), a mechanical engineering software and services company specializing in 3D CAD/CAM. In
2002, Infotech announced a strategic business relationship with the Pratt & Whitney division of United
Technologies Corporation, a Fortune 100 company. Pratt & Whitney were to participate with up to
~18% equity stake in Infotech, demonstrating long-term partnering intent and endorsing Infotech's
business competence. In 2005, Infotech acquired Tele Atlas India Pvt Ltd. Tele Atlas parent company
joined as a strategic partner with preferential allotment of shares. Cyient's founder, B V R Mohan
Reddy, was elected Chairman of the Confederation of Indian Industry (CII) Southern Region in
2008.On January 15, 2010, daxcon was acquired by Infotech Enterprises America, Inc; a wholly owned
subsidiary of Infotech Enterprises Limited, India. In March 2013, Cyient became public with its own
initial public offering (IPO).
 Cyient Limited as of 2014 provides "software-enabled engineering & geographic information
system (GIS) services.“
Formerly Infotech Enterprises Limited

Type Public

•BSE: 532175
Traded as
•NSE: CYIENT

ISIN INE136B01020

Industry Conglomerate

Founded 1991; 31 years ago

Founder B. V. R. Mohan Reddy

Headquarters Hyderabad, India

Area served Worldwide

Revenue ₹4,069.4 crore (US$510 million) (FY 2018)

Number of employees 10,000+ (2018)

Website www.cyient.com
ANNUAL
REPORTS
PROFIT & LOSS A/C
BALANCE SHEET

 KENLEY PLOT
 x=c(0,0,0,0,0,895.4,10.4,96.7,342.30)
 plot(density(x),col="orange“ , main="EXPENSES OF 2022",xlab="Expenses", ylab
="Amount")
 PIE CHART

x=c(1750.50,275.30,1379.90,119.80)
labels=c("Income","Revenue","Comprehensive Income")
pie(x,labels,radius=1,main="STATEMENT OF PROFIT & LOSS
2022",col=rainbow(length(x)))
 BAR GRAPH
 x=c(804.7,20.3,111.10,114.90)
 barplot(x,main="FIXED ASSETS 2022",xlab="Fixed Assets",ylab="Amount",col="pink")
 LINE GRAPH
 x=c(0,259.8,112.6,21)
 plot(x,type="o",col="green",xlab="Current Liabilities",ylab="Amount",main="CURRENT
LIABILITIES 2022")
 SCATTER PLOT
 x=c(55.2,2543.5)
 y=c(55,2342.2)
 plot(x,y)
THANK YOU

SUBMITTED TO :- MRS. SIMARPREET KAUR


MA’AM

You might also like