AI현지님의 블로그

  • 홈
  • 태그
  • 방명록

ggplot 1

ggplot2 basic

install.packages("ggplot2")library(ggplot2)# ggplot basicggplot(data=airquality, aes(x=Day, y=Temp))아래의 함수들을 사용하여 그래프를 채운다.1. geom_point()2. geom_line()3. geom_bar()# 기본적인 ggplot의 틀ggplot(data=사용할 데이터, aes(x=x축 데이터, y= y축 데이터))+ geom_사용함수()# 누적 막대 그래프ggplot(dataest, aes(x=factor(변수명))+ geom_bar(aes(fill=factor=(변수명2)))​# 막대 그래프# 1.ggplot(mtcars, aes(x=factor(cyl)))+ geom_bar()# 2.ggplot(mtcars, ..

R분석 2025.02.07
이전
1
다음
더보기
프로필사진

AI현지님의 블로그

AI 개발자가 되기 위한 배움과정을 적은 블로그입니다.

  • 분류 전체보기 (99)
    • R분석 (8)
    • Python (12)
    • MIT 18.06 Linear Algebra (8)
    • Frontend (22)
      • JS (7)
    • Backend (45)
      • Java (20)
      • Servlet (9)
      • X.com (4)
      • Node.js (7)
      • String (4)

Tag

matplotlib, histogram, 삼각행렬 (triangular matrix) 계산, 파이썬 리스트 예제, 그래프 예제, node.js, lecture 1. the geometry of linear equations, 파이썬 구구단, R분석, 딥러닝에서의 행(row) 기반 연산 및 열(column) 기반 연산 차이점 및 중요성, chapter 1, Reshape, ggplot, mit linear algebra, Python, elimination with matrices, seaborn, pandas, 딥러닝에서 삼각행렬(triangular matrix)의 활용, reshape2,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바